Showing posts from June, 2023
How to use Autonumber field in Model Driven Apps Autonumber fields are a type of field that automatically generates a unique, sequential number each time a new record is created in a Model-driven app. These fields are commonly used to assign unique identifier…
Talha Manzoor
Continue Reading
Unable to cast object of type 'Microsoft.Xrm.Sdk.OptionSetValue' to type 'System.String' if you facing OptionSetValue Cast error in your Plugin use this code to resolve the problem OptionSetValue learnerAggrementoptionSetValue = guids.GetAt…
Talha Manzoor
Continue Reading
I got used to work on a project that is implemented over Dynamics CRM online 2015. One of the main limitations that you will be exposed to in any dynamics CRM online project is the two-minute time limit for the Plugin to finish execution, which will be a prob…
Talha Manzoor
Continue Reading
Display Customized Bing Map on PowerApps Portal There is an out-of-the-box option of displaying a map on the web page of PowerApps portals. However, we can not change or modify the underlying aspx file. Hence the options are limited; customization as per …
Talha Manzoor
Continue Reading