5.12 Configuring Actions Using PMF

This section outlines how to configure PMF (Process Modelling Framework) so that action buttons in CRR are displayed dynamically based on your configuration.

To configure actions using PMF, follow these steps:
  1. Log in to the Atomic schema.
  2. Add the status details by updating the following tables in the Atomic schema:
    • dim_rr_status
    • dim_rr_status_tl
     select t.* from dim_rr_status t;
     select t.* from dim_rr_status_tl t;
  3. Add the action details by updating the following tables:
    • dim_rr_action
    • dim_rr_action_tl
    select t.* from dim_rr_action t;
    select t.* from dim_rr_action_tl t;
  4. Map the action codes to user roles in the MAP_USERROLE_ACTIONCD table.
    select t.* from MAP_USERROLE_ACTIONCD t;
    

    Note:

    Ensure you add entries to the tables below to enable feedback to the web service call when introducing new statuses or actions.
    • KDD_ACTION
    • KDD_ACTION_TL
    • KDD_REG_REPORT_STATUS
    • KDD_CODE_SET_TRNLN
    • KDD_CODE_SET_TRNLN_TL