System variables

This is a list of system variables that can be used in PROCE55 apps: User profile data: SYS_USER_NAME_FIRST SYS_USER_NAME_LAST SYS_USER_PERSON_ID SYS_USER_ORGANIZATION SYS_USER_PHONE SYS_USER_EMAIL Authentication: SYS_USER_LOGIN SYS_USER_PASSWORD Transaction control: SYS_TID (transaction ID of the currently processed flow’s action) SYS_COUNTER (system counter variable which can be incremented by the ‘Increment’ system action) SYS_RESULT (the decision variable controlling […]

Using variables

Every user interface (UI) element (text label, text input, button, etc.) is automatically assigned a variable name, so that it is possible to modify the element properties and use its value in various system actions. For example, the first text input on the screen s1 would be named as s1_i1 (= sreen 1, input 1), […]

Skip to toolbar