Enabling Warnings and Cautions acknowledgment

You can configure LiveContent Central to display Warnings and Cautions in a pop-up dialog, requiring the user to click OK to acknowledge the message and dismiss the dialog before proceeding. The user's acknowledgment of the Warning or Caution is then recorded in the Audit Trail log.

About this task

By default, this functionality is disabled. Edit the application.yml file as follows to enable it for a collection.

Procedure

  1. Open the following file for editing.
    [LCC_home]/content-service/config/application.yml
  2. Locate the following key-value pair within the file's ietm object.
    disable_wcn: 0
  3. Set the value of the key disable_wcn to 0.
  4. Save and close the application.yml file.
  5. Restart Content Service to implement the changes within the collection.

Results

Warnings and Cautions will be displayed in a pop-up dialog, requiring the user to click an OK button to dismiss the dialog before proceeding. The ctrl.acknowledge.popup.ok language resource can be added to language resource (resources-xx.prop) files, enabling you to localize the text of the OK button.