#session.<VariableName>#
Usage
Used to reference session variables.
Example
Session variables include WBU_ID, EMP_ID, and EMP_NAME
Session variables are populated once the user logs onto the application. The variables are then accessed as needed using the expression.
If Infor Support was logged on to the application, then #session.WBUSERNAME# would return Infor Support.