Working with

It is possible to open different B1UP windows or to execute universal functions from B1UP directly.
Inisde uf you can read / change Beas inforamtion and can execute beas functions.
Execute b1up function: object.ue_b1up.uf=<uf-name>
Read Beas Variable inside B1UP function: [BEAS: beas Variable]
Execute Beas function inside B1UP-UF: ExecutreBeasScript(<SomeBeasScript - in one line>);
With the object ue_b1up you have follow possibilities:
Property  | 
Read  | 
Write  | 
Description  | 
|---|---|---|---|
search  | 
  | 
x  | 
Open B1UP Search window and search for the string Example: Search for "S001" object=ue_b1up=search=S001  | 
uf, universalfunction  | 
  | 
x  | 
Execute universal function Example: Execute universal function UF001 
 
 Note It is not possible to send parameter to an universal function. But you can read Beas Script variables from an universal function. 
 Example: SQL Report SELECT DocNum,CardCode FROM OINV WHERE CardCode = '$[BEAS:dw_1.item.knd_id.value]' 
 See https://help.boyum-it.com/B1UP/index.html?the-beas-syntax.html  | 
ufedit  | 
  | 
x  | 
edit universal function Example: Edit universal function UF001 object=ue_b1up=ufedit=UF001 Open Universal function in search mode object=ue_b1up=ufedit  | 
common  | 
  | 
x  | 
Execute every existing command in b1up (commands, which comming soon) object=ue_b1up=ActionCode,ActionText,Parameter  |