B1 openform

Administration > Add-ons > B1 Usability Package > B1 openform

Top  Previous  Next

With macro function "openform" you can open most Beas forms:

 

openform(BEAS:[formname]|Parameter|Parameter);

 

Example:

The following command opens the work order window:

openform(BEAS:Workorder|500);

 

Note: In Beas many windows you need more than one parameter, for example: the Work order position window needs Document Number | Line Number

Example:

The following command opens the work order position window:

openform(BEAS:Workorder|500|10);

 

You can work with Stores

@store1=500|10;

openform(BEAS:Workorder|@store1);

 

For more information see Script / Customizing Documentation 2024.02.0

 

 

 


Help URL: https://help.beascloud.com/beas202402/index.html?b1up_openform.htm