RE: Replacement for Xrm.Dialog
Hi Henry,
Below is the Snippet code in the javascript.
var DialogOption = new Xrm.DialogOptions;
DialogOption.width = width; DialogOption.height = height;
// DialogOption.width = 1200; DialogOption.height = 620;
Xrm.Internal.openDialog(src,
DialogOption,
null, null,
CallbackFunction);
Do we have any replacement for this.
Thank You,
S. Giridhar Raju