Scheduler Picker Control Tag

Important 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.