| B1 openformAdministration > 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 2022.04.0 
 
 
 |