Properties for Training Completion Display and Email Notifications

These properties configure the display of training completion in the app and when to send email notifications about training completion.

For more information, see Configuring Training Completion Display and Email Notifications.

Property Name Property Description Valid Values
enoDocumentChangeControl.Training.DueDatePeriodDetermines when to send email reminders and what color to set the background for the Due Date column.

The app calculates the number of days between the due date and the current date for released documents. If that number is less than or equal to the property's value, and the user has not marked the training as complete, the app sends an email notification.

For pages that show training details, this property's value determines what color to make the background of the Due Date column or field. The app calculates the number of days between the current date and the due date.

  • If that value is equal to or greater than the property's value, the app shows the column or field background in green.
  • If this value is between 0 and this property's value, the app shows the column or field background in yellow.
  • If this value is 0 or less, the app shows the column or field background in red.

The default value is 10.

Positive Integer
enoDocumentControl.Training.PercentCompletionRedPeriodDetermines when to show the background of the training % Completed column or field as red.

If the training % Completed value is between 0 and the value of this property, the background of the training % Completed column or field shows as red.

The default value is 50.

Positive Integer between 1 and 99
enoDocumentControl.Training.PercentCompletionYellowPeriodDetermines when to show the background of the training % Completed column or field as yellow.

If the training % Completed value is between the value for the enoDocumentControl.Training.PercentCompletionRedPeriod property and the value of this property, the background of the training % Completed column or field shows as yellow.

If the training % Completed value is higher than the value for this property (such as 100%), the background of the training % Completed column or field shows as green.

The default value is 50.

Positive Integer between 1 and 99