ReqRouteJob::copyReqPOId Method
Inserts new ReqRouteJob records by copying existing records.
Syntax
client server public static void copyReqPOId(
RefRecId _reqPlanVersionRefRecIdSource,
ReqPOId _reqPOIdSource,
RefRecId _reqPlanVersionRefRecIdNew,
ReqPOId _reqPOIdNew)
Run On
Called
Parameters
- _reqPlanVersionRefRecIdSource
Type: RefRecId Extended Data Type
The master plan version ID that is used to find the source records.
- _reqPOIdSource
Type: ReqPOId Extended Data Type
The reference number that is used to find the source records.
- _reqPlanVersionRefRecIdNew
Type: RefRecId Extended Data Type
The master plan version ID that the new records will have.
- _reqPOIdNew
Type: ReqPOId Extended Data Type
The reference number that the new records will have.
Remarks
A copy of ReqRouteJob records can be used in order to skip the scheduling engine (performance).