Configuring the approval process for the AO Facility Reference Data component

The following AO Facility reference data management actions can be secured by an approval process:
  • Create reference data
  • Delete reference data
  • Update reference data
To change the approval process for the AO Facility Reference Data component:
  1. Open the CLI as a system configuration administrator with the following parameters:
    dnicli -i instance -ou SYSOU -s DNI_SYSADM
  2. Issue the following command:
    add -ou SYSOU -ct DnpAoRdmParameters -co DnpAoRdmParameters
                  -attr ApprovalRequired -val <approval required>
    
    where:
    <approval required>
    Whether an approval is required:
    YES
    Changes must be approved to become effective. This is the default.
    NO
    No approval is required. All changes become effective immediately.
  3. Approve and deploy the changes:
    dnicli -i instance -ou SYSOU -s DNI_SYSADM
    app -ou SYSOU
    dep -ou SYSOU

    If dual authorization is enabled, another user with the appropriate access rights must approve the changes before they can be deployed. If dual authorization is disabled, you can skip approving the changes and immediately deploy them.