Skip to main content

Notifications

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Field suggestions by Copilot –Power Apps (Dataverse)

Field Suggestions by Copilot for Canvas Apps apply to Gallery, Form Table controls both classic and modern for Dataverse, SharePoint, or SQL Server data source. It analyzes the schema of the table selected and recommends up to 10 fields that also ...

Nishant Rana 55 Microsoft Employee
Like ( 0 )
Using the Smart Paste (Preview) feature to fill the form fast in Dataverse / Dynam...

To enable this feature navigate to Power Platform Admin Center > Environment > Features > Enable smart paste (preview) With the smart paste feature, we can copy the text to the clipboard that has the details we want to fill in for our form and cli...

Nishant Rana 55 Microsoft Employee
Like ( 0 )
Maximise Storage usage using Allocate Capacity (preview) in Dataverse / Dynamics 365

The new Allocate Capacity feature allows administrators to manage and optimize storage allocation across different environments. It allows administrators to strategically distribute available storage among the Dataverse environments based on each ...

Nishant Rana 55 Microsoft Employee
Like ( 0 )
Customize the Real-time Marketing Form form / Form Editor to add field (Dynamics 3...

Suppose we want to add the Lead Type (a custom choice field) to the Marketing Form’s form / form settings (RTM). Open the Form table for customization, here we need to add the field to below 2 forms. Starting with the Form Settings form, drag the ...

Nishant Rana 55 Microsoft Employee
Like ( 0 )
Disable recent records (Disable most recently used items) for the Lookup field use...

Suppose we have the below Customer Lookup in the Sample Stage of a Business Process Flow. As we can see the lookup shows the Recent records there. Now say we have applied filtering to the lookup using addPreSearch so we need to disable the recent ...

Nishant Rana 55 Microsoft Employee
Like ( 0 )
How to – Delete the elastic table records (Dataverse)

Recently we wrote an SSIS package to delete the Elastic Table records using KingswaySoft’s Integration Toolkit for Dynamics 365. We had mapped the primary field for deletion and the package was also showing success. However back in our CRM / Sales...

Nishant Rana 55 Microsoft Employee
Like ( 0 )
JavaScript for fields in Business Process Flow (few key points)– Dataverse / Dynam...

Suppose we have the following fields in the form as well as in the business process flow stage for the lead. And let us apply the below JavaScript on the form load. On opening the lead form below is the result we get. formContext. getControl(“lead...

Nishant Rana 55 Microsoft Employee
Like ( 0 )
Fixed – EntityState must be set to null, Created (for Create message) or Changed (...

We might get this error while trying to update one of the records. Exception Message: EntityState must be set to null, Created (for Create message) or Changed (for Update message). EntityState of primaryEntity: Unchanged, RequestName: Update Error...

Nishant Rana 55 Microsoft Employee