While working on creating a PCF control for status fields in Dynamics 365, where I wanted to show colored icons based on status, observed that icons do not render by default and you have to call initializeIcons() method to render them.
I am using...
As we all know activities can be created from Notes section or new Timeline control in UCI. Creating activity from Timeline control does auto populate Required Attendees field with parent entity reference. However same does not happen when activit...
Recently while working on a Power Apps Canvas application, realized that when we create collection from CDS entity as data source, it does not collect Lookup value by default. To work around this issue, we would need to expand Lookup node (same as...
Power Apps recently introduced sharing capabilities with Guest Users. Upon sharing users were not able to access app because of error “Unable to obtain access token for resource ‘https://gov.service.powerapps.us/’. A silent sign-...
As part of June 2019 updates, new feature was introduced where you can select CDS view as a filter on entities. This is helpful and great way to retrieve filtered records as filter is applied on server side instead of retrieving records (2000 at ...
Whether you are migrating data from legacy to CRM or integrating with other system, you would be required to create staging tables in SQL DB for data transformation and modeling. One way to create is to download metadata using XrmToolbox and manua...
For data migration in Dynamics 365, we use to deactivate all plugins SDK steps and workflows before migration and activate them back once migration is completed. Recently while deactivating plugins steps we faced an issue as shown below:
When we ...
Microsoft PowerApps Office Add-In enables user to read, modify and insert data in CDS environment. Add-In is available for download here for free, or you will be prompted to install Add-In for first time when you open entity data in excel from Po...