B1UP: Dynamic Code

b1up

 

In every communication you can use a Dynamic code for communication with Beas.

If you want to read information from Beas form, use $[BEAS: xxxx]

xxxx = the Beas information from current form.

 

Example:

Show message with information from the current structure variable "str_parm"

b1up_dynamicCode

 

 

Example:

In the Work order structure view i want to open an SQL Report for all Work orders from the current Business Partner
Business Partner is saved in field "KND_ID"

Dynamic code is in this case $[BEAS:knd_id] or $[BEAS:dw_1.item.knd_id.value]

 

macrosqlreport

 

Insert Button in the Work order Structure

b1up_dynamicCode2

 

and now you can open the SQL report directly from the Work order structure view:

b1up_dynamicCode3