this is a
non-commercial
private Website
If you have any questions or remarks, please
The Workorder Scheduler knows only one Process, also called Scheduler. Through this Process, the external user of the Interface can schedule it's own Work Orders: create new ones, delete them, or place them in another order in it's Work Order Queue.
The following Interface is available for the Scheduler Process:
  • 'Schedule Orders' (SelfScheduler600)
The following Actions are available for Interface events:
  • getOrders - Get all Work Order Types that the Resource is authorized for and make them available to the Process' Interface.
    getOrders

  • showOrder - Make a Work Order Type's properties (for a Work Order Type that is activated in an Object Window) available to the Process' Interface.
    showOrder

  • getQueue - Get all the Work Orders from the Resource's Work Order Queue and make them available to the Process' Interface.
    getQueue

  • showToken - Make a Work Order's properties (for a Work Order in the Work Order Queue that is activated in an Object Window) available to the Process' Interface.
    showToken

  • firstOrder - Create a new Work Order of the activated Work Order Type and place it as first one in the Resource's Work Order Queue.
    firstOrder

  • lastOrder - Create a new Work Order of the activated Work Order Type and place it as last one in the Resource's Work Order Queue.
    lastOrder

  • topOrder - Place the activated Work Order at the top of the Resource's Work Order Queue.
    topOrder

  • bottomOrder - Place the activated Work Order at the bottom of the Resource's Work Order Queue.
    bottomOrder

  • upOrder - Place the activated Work Order one place up in the Resource's Work Order Queue.
    upOrder

  • downOrder - Place the activated Work Order one place down in the Resource's Work Order Queue.
    downOrder

  • deleteOrder - Delete the activated Work Order.
    deleteOrder

<  to previous page to top of document  ˆ to next page  >
line