In the latest release of microsoft Wave 1 for Dynamics 365 ,one of the many feature which we are going to discuss today is open Form using below command Xrm.Navigation.navigateTo(pageInput,navigationOptions).then(successCallback,errorCallback).We can use the modal pop up to provide a better user experience where the client can navigate to another form without leaving the current form.Continue reading “Using new modal dialog Ms Dynamics 365 Wave 1(2020)”
Category Archives: Javascript
Dynamics 365 Record Clone Button for UCI Quick trick
After writing few blogs on integrations with dynamics CRM , i thaught of sharing something i achieved for one of my client requirement. A clone button can be used to reduce data inputs by user and do minor changes to the records to create another record.It can be used for any of the entity whereasContinue reading “Dynamics 365 Record Clone Button for UCI Quick trick”
