Jobs

Jobs are items of work that perform actions for a specific business class.

Creating a job is useful if you have a job to re-use in some way. For example, to schedule the same job in several different ways, or to include the same job in different job streams. In this case, create a job to avoid specifying the same data repeatedly. To run an action one time or set an action up for repetitive use, you must consider going to the form associated with the business class and action, and run and schedule theaction from there.

You must have access to the JobQueueAccess_ST, BasicProductLineAcess_ST, MyJobsWebAppAccess_STsecurity classes, or their equivalents, in order to define jobs.