B1UP: Dynamic Code

b1up

 

In every communication you can use 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 current structure variable "str_parm"

b1up_dynamicCode

 

 

Example:

In Work orders structure view i want to open an SQL Report for all Work orders from 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 Work order Structure

b1up_dynamicCode2

 

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

b1up_dynamicCode3