-
Continue reading →: [Step by Step] Postman tool to test Dynamics 365 online Web API
In this article, lets see how to connect and test Dynamics 365 Web API requests using Postman tool, step by step along with troubleshooting steps. Note: Refer article for steps to connect to Dataverse Web API from Postman tool. Those who are not familiar with Postman tool, it is a…
-
Continue reading →: Unable to install ‘Windows Service’ using installutil.exe
The other day, I was using Installutil.exe from Command Prompt (refer below command), to install my Windows Service. C:\Windows\Microsoft.NET\Framework\v4.0.30319>InstallUtil.exe -i “X:\XX\XXX.exe” Although the tool was giving success response, Windows Service was not getting installed and not being listed in ‘Service Manager’ console. Alternate Option: While troubleshooting the issue, we came…
-
Continue reading →: Dynamics 365 – Configure Custom ‘Help Page’
‘Help’ feature in Dynamics 365 is a useful and an intuitive way to provide guidance to the end users. Sometimes we may get a requirement from customer to configure ‘Custom Help’ page. Its simple to configure the custom help screen from Dynamics 365 ‘Admin Center’ Settings screen. Steps to configure…
-
Continue reading →: Dynamics 365 – Get ‘April 2019’ update
Last weekend, I subscribed to a Dynamics 365 30 days trail and noticed that now we can upgrade to ‘April 2019’ update and start exploring the features. Below are the steps to update your instance to ‘April 2019’. Connect to your Office 365 Admin Center In the ‘Environments’ tab, select…
-
Continue reading →: Dynamics – Troubleshooting Server Side Sync exceptions
Server-side synchronization is used to synchronize your email system with Dynamics 365 for Customer Engagement apps at the server level. Now coming to the issue, I was configuring Server side sync on my CRM on-premise instance with ‘Gmail’ as host and got the below error while testing the mail delivery…
-
Continue reading →: C# – Configuration section cannot be used at this path
Other day , while accessing my WCF service (i.e., .svc) from IIS server, I was getting below error: Reason: In my case, Issue is with missing ‘Write’ privilege for ‘Windows Authentication’ in IIS server. Fix: To fix the issue follow below steps Connect to your IIS server Select the ‘Server…
-
Continue reading →: Bootstrap – Table style classes
If you are new to Bootstrap, refer my previous article to get started with Bootstrap In this article, lets see how to apply styles to table control. Lets add a table, with 4 rows with no custom styling and it would render as below. Now lets see, how quickly we can…
-
Continue reading →: Bootstrap – Popover
If you are new to Bootstrap, refer my previous article to get started with Bootstrap In this article, lets see how to get Popover notifications in <table> control. Bootstrap, displays popover notifications using “popper.min.js” file, which comes with Bootstrap ‘Starter Template’. To create a popover (Popup) message, add the data-toggle=”popover”…
-
Continue reading →: Bootstrap – Getting started
In this series, I am going to touch base Bootstrap fundamentals and controls. Lets see how to get started with Bootstrap. What is Bootstrap? Bootstrap is is the most popular CSS (Cascading Style Sheet) Framework for developing responsive and mobile-first websites. Bootstrap framework provides helper css and js files, with which can make…
-
Continue reading →: [Dynamics CE] – Strange Plug-in issue due to the usage of global variables
Other day, one of my colleagues reported a plug-in issue which could not be reproduced consistently. All the troubleshooting options (i.e., Plug-in Profiler, Tracing) had been used but was unable to found the root cause. On close retrospection of code, we found out the usage global variables in Plug-in class…


![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)