I have the following requirement
- User clicks a custom command button on the form view of an entity. The command button calls a javascript.
- Upon clicking the button in step 1, the JavaScript opens up a dialog and asks user to specify some values.
- Once the user clicks submit on the above dialog then the dialog closes and the javascript uses the values supplied in step to update the entity in step 1.
How do I do this in CRM Online?
*This post is locked for comments