Prompt the work order task’s planned start date: The system enters the current date and time as the default start date. Planners will be able to change this default date.
Do not prompt the work order task’s planned start date: The system leaves the planned start date blank, and the planner must enter a date. A warning message is displayed if the planned start date is blank when the task is saved.

The printed work package report is saved in the History view for the schedule, work order or work order task.

Click Browse to select the employees who should be notified.

For example, a format that says “%.6u” would generate six-digit numbers padded with zeros: 001234.
% indicates the start of the number definition.
.6 indicates that the numbers should have six digits. Numbers with less than six digits will be padded with zeros.
u indicates that the number is an unsigned integer (that is, it cannot be a negative number).