Boyum Usability Package

Working with

b1up

 

It is possible to open different B1UP windows or to execute universal functions from B1UP directly.

Inisde it you can read / change Beas information and execute Beas functions.

 

Execute the 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 the following 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

 

beasscript-logo-small
object=ue_b1up=uf=UF001

Note:

It is not possible to send a parameter to a universal function.

But you can read BeasScript variables from a 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

object=ue_b1up=ActionCode,ActionText,Parameter