Enabling modifications to the Import Transaction Details page

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

To enable modifications to the Import Transaction Details page:

  1. Select Maintenance > System Administration > Maintenance Forms.
  2. Click Edit beside the IMPORT TRANSACTION DETAILS maintenance form.
  3. In the JSP Parameter field, ensure that this string is displayed:
    [EDT]=BTN
  4. Optionally, you can set the Import Transaction Details section to only display error entries by specifying this text in the Custom View field:
    
    VIEW_MOD_WBINT_IMPORT
  5. Optionally, you can set the Import Transaction Details section to only display error entries by specifying this text in the Where Clause field:
    
    WBITYP_TYPE = 'IMPORT' and WBITRAN_STATUS like 'ERROR'
  6. Click Save.
  7. Select Maintenance > System Administration > Interfaces > Import Transactions.
  8. Click Edit beside one of the transactions.
  9. Click the Turn ON config mode icon.
  10. Click the diamond icon next to the STATUS field and specify these parameters:
    Field UI
    ComboBoxUI
    Field Parameters
    valueList='SUCCESS,PENDING,ERROR'
    labelList='SUCCESS,PENDING,ERROR'
  11. Specify these parameters for fields A - CZ:
    Field UI
    StringUI
    Field Parameters
    Remove this string:
    label=true
  12. Click Save.