Hi Experts,
On button click on an entity , open a dialog with custom HTML controls (drop down and comments fields) . Save the dialog and capture the fields details on a entity . This is the requirement am working on . To achieve this i have used Xrm.Internal.openDialog method in classic form which works fine but on UCI form it did not worked as this method is unsupported . Do we have alternate method for Xrm.Internal.openDialog on UCI form ?
I have tried xrm.navigation.openwebresource method on UCI form . But this method does not has callback function parameters. Hence want to know if there is similar method that supports on UCI form as below one . Appreciate your help on this .
Xrm.Internal.openDialog(Xrm.Page.context.getClientUrl() + "/WebResources/ipx_Lead/DisqualifyLead", DialogOption, null, null, callbackFunction);