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 operations.
Syntax
server public static void startUpOpr(
ProdId _prodId,
OprNum _fromOprNum,
OprNum _toOprNum,
[boolean _onlySecondary,
boolean _reverse])
Run On
Server
Parameters
- _prodId
Type: ProdId Extended Data Type
The production order ID to which the operations belong.
- _fromOprNum
Type: OprNum Extended Data Type
The operation number from which to start the operations.
- _toOprNum
Type: OprNum Extended Data Type
The operation number to which to start operations.
- _onlySecondary
Type: boolean
A Boolean value that indicates whether to only start operations with secondary priority.
- _reverse
Type: boolean
A Boolean value that specifies whether to revert the operation status to the previous status; optional.