Thursday, August 11, 2016

Increase or decrease dialog size

dlgCustAccount.heightMode(<Integer>);
 dlgCustAccount.widthMode(<Integer>);

dialog.formBuildDesign().height(<Integer>);
 dialog.formBuildDesign().width(<Integer>);

dlgCustAccount.displayHeight();
dlgCustAccount.displayWidth();

No comments:

Post a Comment

Dynamically setting entire Form security access through Extension in D365FO

/// <summary> /// To check if user can get access to the Parameter form /// </summary> class SAN_ParamFormsAccessCtrl {     prot...