
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
I have the same question (0)Were you able to find an answer to your question? I'm looking for the same thing..