Hi,
Using below lines before super() call in init() of the form, the form will open in AX Workspacewindow only.
if(this.form().design().windowType()==FormWindowType::Standard)
this.form().design().windowType(FormWindowType::Workspace);
Thanks.
No comments:
Post a Comment