Related Topics
Scheduler Picker Control Tag
Use of the Scheduler module has largely been deprecated in the product. BP Logix recommends using the Goal object for most scheduled operations that were formerly implemented via the Scheduler Module.
A scheduler control can also be accessed using a control tag. The control tag should use the following syntax:
{FORM:schedule_control, FIELD= STARTS_ON|ENDS_ON|LEADTIME|REPEAT_EVERY|REPEATS|BUSINESSDAYS}
Specific fields in the scheduler control can be accessed using the Field parameter, as such:
FIELD=
- STARTS_ON: returns the date the schedule specified in the schedule picker starts on.
- ENDS_ON: returns the date the schedule specified in the schedule picker ends on.
- LEADTIME: returns the schedule picker’s specified lead time
- REPEAT_EVERY: returns the frequency with which the schedule process repeats
- REPEATS: returns the unit that the frequency is measured in (will be hourly, daily, monthly, or yearly)
- BUSINESSDAYS: returns a Boolean (yes/no) value reflecting whether the schedule runs only on business days.
Documentation Feedback and Questions
If you notice some way that this document can be improved, we're happy to hear your suggestions. Similarly, if you can't find an answer you're looking for, ask it via feedback. Simply click on the button below to provide us with your feedback or ask a question. Please remember, though, that not every issue can be addressed through documentation. So, if you have a specific technical issue with Process Director, please open a support ticket.