AngelaIp
5 years agoIdeator I
How to pass additional custom parameters in Form call?
Hi Community,
I want to launch a custom Form from an CommandBarMenu CUI event. Users can select multiple items in the grid and then click the CUI button. Then a form shall open up in which users ca...
- 4 years ago
Add the below code to your Aras method. Hope this helps
wnd.ArasModules.Dialog.show('iframe', params);-----in your ShowFormAsADialog.html---------------------
addd this line
var args = window.frameElement.dialogArguments; // get the params from Aras method