Configuring Validate Operation Custom Call

The validate operation custom call allows you to configure a custom check for an operation to perform additional activities such as site specific validations, execute print jobs, and others. Perform the following to configure the validate operation custom call for an operation.

Procedure

  1. In the Route Editor application, in the Attributes tab of a route, select the BEHAVIOR of an operation as Non Clocking. Then, the Clock on/off button will disappear in the Work Queue application for that specific operation. You must perform this step if the operation does not require a manual clock on/off.
  2. Modify the following parameter values in the workqueue-app-prod.yml property file of Work Queue and operator-app-prod.yml property file of Unit Operations.
    • showValidateOperation
      • By default, showValidateOperation is set to False. You must set this property to True, to enable the Custom button in place of the Clock on/off button.
    • validateOperationBtnTexts
      • By default, validateOperationBtnTexts is set as Custom Check. To modify the button name, you must modify the value of validateOperationBtnTexts as required. If you delete the button text, the button will not appear on the page.
    Tip: If you want to save the settings of the above parameter values after the Plant Applications upgrade, you must set the following parameter values in custom-config-prod.properties file of the Configuration application.
    • scopeMap.showValidateOperation to true.
    • scopeMap.validateOperationBtnText to YourCustomLabel.
    The Custom Check button appears in place of the Clock on/off button for the operation.

    When you select the Custom Check button, the Validate Operation in the Custom Calls tab will be executed in the Configuration application. Accordingly, the Pass/Fail message will be displayed for the executed custom call. For more information, refer to Create a PRE or POST Call.