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.

  1. In the Configuration Console, create a user field on the HROrganization business class to store the logo.
    1. Select Configured Business Classes > HROrganization > User Fields.
    2. Specify this information:
      Name
      Specify OrganizationLogo.
      Type
      Select BinaryObject.
    3. Save the changes.
    4. Edit the LPL for the user field and change the type from is BinaryObject to is a DocumentLogo.
      For example:
      HROrganization is a Business Class
      	Owned by hr
      	Persistent Fields
      
      		OrganizationLogo is a DocumentLogo
      
    5. Save the changes.
  2. Add the logo field to the Configuration tab of the HROrganization business class.
    1. Select Administrator > Set Up > Structure > Organizations.
    2. Open your organization.
    3. On the HROrganization form, select the Configuration tab.
    4. Press Ctrl + Shift and click.
    5. Click Create Configuration to create a configuration for the ConfigurableFeatureSetup form on the HROrganization business class.
    6. Click the Edit LPL icon.
    7. Add a new header section called “Attachments” to the form above the "AttachmentSize" section.
    8. Add the OrganizationLogo and OrganizationLogo.Logo.File fields to the “Attachments” section.
      For example:
      header4 of “Attachments”
      paragraph
      	OrganizationLogo
      		label is “OrganizationLogo”
      	OrganizationLogo.Logo.File
      		display as full image up to 4 lines
      
    9. Save the changes.
  3. Add the logo field to the form that is used by Mobile HCM to retrieve employee profile data.
    1. In the Configuration Console, configure the MobileEmployeeProfileData form on the Employee business class.
    2. Add the HROrganization.OrganizationLogo field to the form.
    3. Save the changes.
  4. Upload a logo image file to the DocumentLogo business class.
    1. Search for DocumentLogo.
    2. Open the DocumentLogo list.
    3. Create a new DocumentLogo record.
    4. Browse for a company logo image and attach it to the new DocumentLogo record.
    5. Save the changes.
  5. Populate the Organization Logo field on the HROrganization record.
    1. Select Administrator > Set Up > Structure > Organizations.
    2. Open your organization.
    3. Click the Configuration tab.
    4. In the Attachments section, populate the Organization Logo field by selecting the DocumentLogo that you defined in the previous step.
    5. Save the changes.
  6. Verify your changes. In the Mobile HCM Employee application, view a pay stub for the organization for which you created the logo.