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 ...
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...
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 ...
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 ...
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 ...
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...
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...
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...