Posts

How to implement a Power Pages Enhanced Data Model Website?

Image
How to establish an enhanced data model website or power portal or pages? Access the Power Platform admin center and choose the suitable environment. Within the Resources section, click on the link for Power Pages sites. This action will lead you to a roster of your Power Pages sites. At the top of the list, you'll locate Switch to enhanced data mode (preview) , depicted as follows. Kindly activate this choice and allow time for the installation of all website package details. You can verify this process by selecting the icon adjacent to the switch option. Once all packages are installed and the switch is activated... Navigate to https://make.powerpages.microsoft.com/ and pick the relevant environment, then click on + Create a site. Through this approach, you can generate an enhanced (v2) data model website. Be sure to validate the data model. In using this method, your website can be accessed or tailored through the Power Pages Management app, as opposed to the older Portal Man...

D365: Security Permissions for Rich Text Editor

Image
Recently I came across this issue in my organization. We have enabled RTE (MS PCF) control on one of the memo fields in CRM form. For some reason it's not allowing users to insert image inside it (preview not showing and OK not enabled). Even when they copy paste from the local devices and saves, it is not retaining the image they copy pasted.  But all these functionalities works fine for sys admin.  After going through MS docs I came across this... https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/rich-text-editor-control based on this info I head over to CRM security roles and found this entity called Rich Text Attachment under Custom Entities tab once I gave create, read, write permissions the users are allowed to insert/copy paste the images inside Dynamics CRM forms. Hope it helps...

In Prosoft Systems Intl.

Software Team Lead / Lead Software Architect / Lead Developer Due to its size, working at Prosoft Systems Intl. has required me to take on multiple roles depending upon client requirements and in-house product development. I played a Lead Software Architect role when it comes to product developments. I love coding and deeply involve in coding part as well on products and Dynamics CRM customization. At times, I managed an international development team overseeing enterprise level Microsoft Dynamics applications. Other times, I would be used in a training / mentoring role to bring other developers up to speed on coding methodologies. During this time, I would also create course material and generate exercises in the use of class workbooks. The in-house products that I led for Prosoft's are: Coordinat-iR - Coordinat-iR focuses on providing Cybersecurity Incident Responders with the tools they need to complete their job as quickly as possible. This is done through Micros...

More About Myself

Strength Specialist in Microsoft Dynamics CRM Application & SharePoint. Strong in Web-Based Technology Object-Oriented Programming Database Design & Normalization Software Architecture & Designing Work Experience Currently working as Manager in PwC Australia Prosoft Systems International - Lead Developer / Software Team Lead / Lead Software Architect from Mar 2008 to Nov 2018 Positive Edge Technologies - MS CRM & .Net Expert from Nov 2005 to Mar 2008 Adrenalin eSystems Limited , (formerly Empower Works Ltd.) a group company of Polaris Software Labs - Analyst Programmer from Jun 2002 to Oct 2005 Polaris Software Labs Limited - System Analyst from Oct 2000 to May 2002 Tantum Systems - Software Programmer from Mar 1999 to Oct 2000 Education Master of Science in Information Technologies (MSc IT), University of Madras, Chennai. Master’s Degree in Commerce (MCom), University of Madras, Chennai. A Bachelor Degree in Commerce (BCom), Guru Na...

MS Infopath 2007

Currently I'm working on MS Infopath 2007 apart from MS CMR 4.0 and MS SSRS 2005 . Infopath is quite interesting to work on. Main advantage of Infopath is, a single form can be used as both client and web based forms. My current project is a web base .net project. All the forms are developed using Infopath. The web based Infopath has limitations compared to client based forms. The Infopath forms are deployed using MS office forms server . One of the cool features i like with Infopath is the repeating controls. The repeating controls works well in web based forms as well. Below is the code which used to populate the rows dynamically on the repeating controls. string myNamespace = NamespaceManager.LookupNamespace("my"); using (XmlWriter writer = MainDataSource.CreateNavigator().SelectSingleNode("/my:myFields/my:group1", NamespaceManager).AppendChild()) { writer.WriteStartElement("Expense", myNamespace); writer.WriteElementString("Expense_Typ...

My New Job

Hi All, Come back to you after a long gap as usual :-) Currently I'm working for a new company called Prosoft Systems International which is located in Virginia, USA. I'm working as a MS CRM Integration Expert and .Net solutions specialist for Prosoft Systems International around couple of years. I had also completed my Microsoft certifications like Microsoft Certified - Business Management Solutions Specialist Microsoft Certified - Application Developers I had done lots of MS CRM Add-ons .

Centered Images on SSRS

Hope everyone had a wonderful weekend :-) We have been breaking our heads to findout any inbuilt functionality to make the images centered on SQL Server Reporting Services (SSRS). We had used the controls like Tables, Rectangle & TextBox, but as and when we put the image control inside above controls, the text alignment becomes disabled. At that time we came across the blog written by Chris Hays - solution for Centered Images. Thanks a lot for Chris Hays. The logic works well if we follow the basic rules mentioned by him. He has attached a sample .rdl file as well. That helps to refer.

Great SSAS

I got an wonderful opportunity to explore and do some investigation on Sql Server 2005 Analysis Services (SSAS). I already explored/worked on Sql Server 2005 Reporting Services (SSRS) for my current project. But this is the first time i put my hands on SSAS. It's quite interestion one. Hope you guys know that SSRS is the wonderful reporting tool. Very easy to use and develop. Using SSRS we can easily develop drilldown/charts/general reports rapidly. Even we had used SSRS on Java application using JSP. It work wonderfully. SSAS is altogether a different tool. Using this we can create sophisticated online processing ( OLAP ) and data mining solutions. I'll write more about my experience on SSAS in the coming days... All i can say now is .... Great SSAS

HTML 2 PDF

My project required few HTML forms to be converted to PDF on the fly. I searched lots of stuff on the web and finally i got a wonderful product from websupergoo called AbcPdf.Net. It's is very simple to use and giving excellent output. They are giving 30 days trail as well. Just check it out. My client/PM asked me to give a page break after the title on the PDF. I was generating my PDF stuff from HTML output. The solution i derived using one of the CSS property called page-break-before . It's a good property but has got some limitation. Please follow the link. Quite interesting to face the challanges and coming out with flying colors...(for that definitely we need to work hard...)