Configuring standalone Mobile HCM widgets

The original Mobile HCM URL can be updated with the widget ID to find the standalone widget URL.

URL Pattern: <protocol>://<hostname>:<port>/<dataarea>/<webapp>/widgets/<widgetID>/<widgetID>.html

Example URL for My Paychecks: https://generichostname.com/hcm/EmployeeSelfService/widgets/MyPayChecks/MyPayChecks.html

Example URL for Team Time Off: https://generichostname.com/hcm/ManagerSelfService/widgets/TeamTimeOff/TeamTimeOff.html

Use these steps to configure a standalone Mobile HCM widget:

  1. Add a new external web widget to an Infor OS Portal or Infor Ming.le homepage, or a new external frame widget to a Landmark landing page.
  2. Customize the web code for the standalone widget in the MobileHomePages.zip file for your release and upload it to a configurable home page (CHP) record.
  3. Update the URL for the widget you created in Step 1 to use the configurable home page that you created in Step 2.

    URL Pattern, where <CHPNAME> is the name of the CHP: <protocol>://<hostname>:<port>/<dataarea>/<webapp>/html/CHP(<CHPNAME>).<widgetID>?dir1=widgets&dir2=<widgetID>

    Example URL for My Paychecks: https://generichostname.com/hcm/EmployeeSelfService/html/CHP(<CHPNAME>).MyPayChecks?dir1=widgets&dir2=MyPayChecks

    Example URL for Team Time Off: https://generichostname.com/hcm/ManagerSelfService/html/CHP(<CHPNAME>).TeamTimeOff?dir1=widgets&dir2=TeamTimeOff

    Note: For employee and manager Pulse Survey widgets, add emp and mgr to the URL to specify the Pulse Survey widget to configure.

    URL Pattern: <protocol>://<hostname>:<port>/<dataarea>/<webapp>/html/CHP(<CHPNAME>).<widgetID>?dir1=widgets&dir2=<widgetID>-<emp|mgr>

    Example URL for employee Pulse Survey: https://generichostname.com/hcm/EmployeeSelfService/html/CHP(<CHPNAME>).ContinuousPerformance?dir1=widgets&dir2=ContinuousPerformance-emp

    Example URL for manager Pulse Survey: https://generichostname.com/hcm/ManagerSelfService/html/CHP(<CHPNAME>).ContinuousPerformance?dir1=widgets&dir2=ContinuousPerformance-mgr