There are times we might need to have a confirmation dialog before saving the record and in the case of cancel, needs to refresh the form data to previous state. Confirmation dialog is achievable using the client side SDK scripts. It is pretty easy to put the confirmation dialog in the save event, the tricky … Continue reading Confirmation dialog while saving Dataverse record
Tag: Dynamics CRM
Azure AD group team in Dataverse
Teams based security structure in quite common. There are many times I wonder can't we able to automate the role assignment in Dataverse when the user is added to the AD Groups in Azure AD. Here is the answer for that auto sync of access from Azure AD Group to Dataverse. Traditionally we know Dataverse … Continue reading Azure AD group team in Dataverse
Dependent assemblies for plug-ins (2021 release wave 1 plan)
One of the developers biggest nightmare while coding for the sandbox plugin in Online deployment is adding third party dependencies. Currently in order to comply, we need to use the ILMerge to merge those dependencies along with the main assembly. This also have complication when it comes to the size of the assembly once it … Continue reading Dependent assemblies for plug-ins (2021 release wave 1 plan)
Dynamics 365 hide the field that is used to sort a view
Sorting Dynamics 365 views, you can only sort the field that is selected in the column for the view. You can't able to select a field for sorting which is not part of the selected attribute to be viewed. But there are occasions where you still need to sort but don't need to show the … Continue reading Dynamics 365 hide the field that is used to sort a view
Launch a New Entity Form within a Modal Popup with Data Prepopulated
In certain cases, there's a need to open a new form filled with prepopulated data, which could be derived from a parent record or set to specific default values. The NavigateTo method is designed to streamline this process, allowing for seamless navigation to a chosen table list, table record, HTML web resource, or custom page, … Continue reading Launch a New Entity Form within a Modal Popup with Data Prepopulated




