Hello,
I want to use "Set Recurrence" dialog from the HTML web resource using javascript. I'm creating a recurring appointment from the HTML web resources.
Here, I have used below link to open dialog.
Xrm.Internal.openDialog("xyz.crm.dynamics.com/.../recurrencedialog.aspx", options, null, null, callback);function callback(ee){ }
*This post is locked for comments