Enabling modifications to the Import Transactions page

By default, the fields on the Import Transaction page are not editable. During initial configuration of the Workforce Management application (before a user performs an import), you can change the Import Transaction page to become editable, enabling direct editing of data in the staging table.

To enable modifications to the Import Transactions page:

  1. Select Maintenance > System Administration > Maintenance Forms.
  2. Click Edit beside the IMPORT TRANSACTIONS maintenance form.
  3. In the JSP Parameter field, ensure that this string is displayed:
    [EDT]=BTN
    EOA]=FALSE
  4. Click Save.
  5. Select Maintenance > System Administration > Interfaces > Import Transactions.
  6. Click the Turn ON config mode icon.
  7. Click the diamond icon next to the Transaction Status field and specify these parameters:
    Field UI
    ComboBoxUI
    Field Parameters
    valueList='SUCCESS,PENDING,FAILURE'
    labelList='SUCCESS,PENDING,FAILURE'
  8. Click Save.
    The Transaction Status field now contains an editable ComboBoxUI with a drop-down containing the options SUCCESS, PENDING, and FAILURE.
  9. Click the Turn OFF config mode icon.