Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Begins specific production jobs.
Syntax
server public static void startUpJob(
ProdId _prodId,
OprNum _fromOprNum,
OprNum _toOprNum,
[boolean _reverse])
Run On
Server
Parameters
- _prodId
Type: ProdId Extended Data Type
The production order ID of the jobs.
- _fromOprNum
Type: OprNum Extended Data Type
The operation number from which to start the jobs.
- _toOprNum
Type: OprNum Extended Data Type
The operation number to which to start operations.
- _reverse
Type: boolean
A Boolean value that specifies whether to revert the job status to the previous status; optional.