MOBILE_GREETING
- Description:
- 
            This parameter controls what is displayed on the navigation bar at the top of the mobility homepage when the user logs in. The parameter accepts these values: - APP_NAME: The application name is displayed. This is the default.
- FIRST_NAME: The employee's first name (EMP_FIRSTNAME) is displayed in a localizable greeting. For example, when John Smith logs in, "Welcome John" is displayed.
- FULL_NAME: The employee's full name (EMP_FULLNAME) is displayed in a localizable greeting. For example, when John Smith logs in, "Welcome Smith, John" is displayed.
- FIRSTLAST_NAME: The employee's first name (EMP_FIRSTNAME) followed by their last name (EMP_LASTNAME) is displayed in a localizable greeting. For example, when John Smith logs in, "Welcome John Smith" is displayed.
 
- Valid Values:
- 
            APP_NAME, FIRST_NAME, FULL_NAME, FIRSTLAST_NAME (case-sensitive) 
- Default Value:
- 
            APP_NAME 
- Location:
- 
            system/WORKBRAIN_PARAMETERS/ 
- Effective:
- 
            6.2.3