Enterprise can warn a user when a deadline is near. However, a user should also be aware how much time is left until the deadline is reached.
The deadline status is communicated to users in 2 ways:
- In the form of colored icons in "Deadline (Icon") column of the Smart Connection panel and the Document pane of Content Station:
- A green icon when the deadline is not yet passed
- A red icon when the deadline has passed
- In the form of a message that appears when an InDesign or InCopy user opens a document.
In this default configuration, the user can tell by the green icon that the deadline is not yet passed but has no way of knowing how much time is still left (a month, a week, a day?).
By defining a deadline warning time — referred to as the "soft deadline" — with an agreed upon time period (for example 2 days before the deadline ends), the user has a much clearer way of knowing how much time is left.
- A yellow icon is shown in the "Deadline (Icon") of the Smart Connection panel and the Document pane of Content Station.
- The following message appears when opening a layout or article in InDesign or InCopy:
"Document <document name> is nearing its deadline."
This deadline warning time is controlled by the following option:
- File: configserver.php file
-
Name of option: DEADLINE_WARNTIME
-
Possible values: any number (specifying the number of seconds)
Alternatively, it can be multiplied by the number of days and hours by using the following format:
number of days*number of hours*number of seconds
- Default setting: 2*24*3600 (two days)
- Example:
define ('DEADLINE_WARNTIME', 2*24*3600);
Comment
Do you have corrections or additional information about this article? Leave a comment! Do you have a question about what is described in this article? Please contact Support.
0 comments
Please sign in to leave a comment.