Configuring a company logo on a pay stub
In Mobile HCM, employees can view pay stubs in the My Paychecks tile. Use this procedure to configure a company logo to be displayed on the pay stub.
- In the Configuration Console, create a user field on the
HROrganizationbusiness class to store the logo. - Add the logo field to the Configuration tab of the
HROrganizationbusiness class. - Add the logo field to the form that is used by Mobile HCM to retrieve employee profile data.
- In the Configuration Console, configure the
MobileEmployeeProfileDataform on theEmployeebusiness class. - Add the
HROrganization.OrganizationLogofield to the form. - Save the changes.
- In the Configuration Console, configure the
- Upload a logo image file to the
DocumentLogobusiness class.- Search for
DocumentLogo. - Open the
DocumentLogolist. - Create a new
DocumentLogorecord. - Browse for a company logo image and attach it to the new
DocumentLogorecord. - Save the changes.
- Search for
- Populate the Organization Logo field on the
HROrganizationrecord.- Select .
- Open your organization.
- Click the Configuration tab.
- In the Attachments section, populate the Organization Logo field by selecting the
DocumentLogothat you defined in the previous step. - Save the changes.
- Verify your changes. In the Mobile HCM Employee application, view a pay stub for the organization for which you created the logo.