Tuesday, July 19, 2011

Open a form in AX Workspacewindow only

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