Event Rule Variable Names
Event Rule variables are named similarly to C variables and should be formatted as xxx_yyzzzzzz_AAAA, where:
xxx = A prefix that varies depending on the scope. The system automatically assigns the prefix, such as:
frm_ (form scope)
evt_ (event scope)
yy = Hungarian Notation for C variables, including:
c - Character
h - Handle Request
mn - Math Numeric
sz - String
jd - Julian Date
id - Pointer
zzzzzz = A programmer-supplied variable name. Capitalize the first letter of each word.
AAAA = The data dictionary alias (all upper case).
For example, a branch/plant event rule variable would be evt_szBranchPlant_MCU. Do not include any spaces.