Featured Post

Dynamics 365 - Business Process Flow and Things to take note before you upgrade into Dynamics 365.

In 2 months ago, my company decided to upgrade the Dynamics CRM 2016 into Dynamics 365 and there is something different about Dynamics 365 B...

Tuesday, January 27, 2015

Dynamics CRM 2015 - Navigate Form

Go to the form that you need to navigate. Press F12 and press on arrow button( highlighted box)














Click on the highlighted box



Now going back to the F12 page, under the tab index you should able to see the currentformid. Please copy the guid.





Now we going to create a JavaScript to navigate the form when certain criteria is achieved.Please include the below javascript within your if else statement.

 Xrm.Page.ui.formSelector.items.get("theguidthatyoucopy").navigate();

No comments:

Post a Comment