!!!DEFINE USER VARIABLES If an amount needs to be used by a pay component or a UserCalc, it should be created as a user variable. This allows the amount to be changed, date effectively, in one place. Any pay component or UserCalc that references this user variable will then automatically use the new rate. You may create and maintain user variables through the Maintain User Variable (IMVR) form. User Variable data is stored on the [P2K_AM_USER_VARIABLES] and [P2K_AM_USER_VARIABLE_DETAILS]. ;[User Variable Code|USER_VARIABLE_CODE]: This field uniquely identifies the user variable. User_Variable_Code is a 16-character alphanumeric mandatory field that you must manually enter. ;[Description|DESCRIPTION]: This field describes the purpose of the variable. Description is a 50 character alphanumeric optional field that you must manually enter. ;[Field Type|FIELD_TYPE]: This field identifies the value to be entered as a boolean, character, date, or number. Field_Type is a mandatory fixed lexicon ([X_FIELD_TYPE]) that you may use to choose their option. ;[Value|FIELD_VALUE]: This field shows the actual value of the Field Type indicated in the top part of the form. Field_Value is a 200 character alphanumeric mandatory field that you must manually enter.