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.
Inserts new WrkCtrCapRes records by copying existing records.
Syntax
client server public static void copyRef(
RefRecId _reqPlanVersionRefRecIdSource,
WrkCtrCapRefType _refTypeSource,
WrkCtrRefId _refIdSource,
RefRecId _reqPlanVersionRefRecIdNew,
WrkCtrCapRefType _refTypeNew,
WrkCtrRefId _refIdNew)
Run On
Called
Parameters
- _reqPlanVersionRefRecIdSource
Type: RefRecId Extended Data Type
A string that holds the master plan version ID that is used to find the source records.
- _refTypeSource
Type: WrkCtrCapRefType Enumeration
An enumeration value that holds the reference type that is used to find the source records.
- _refIdSource
Type: WrkCtrRefId Extended Data Type
A string that holds the reference number that is used to find the source records.
- _reqPlanVersionRefRecIdNew
Type: RefRecId Extended Data Type
A string that holds the master plan version ID for the newly inserted records.
- _refTypeNew
Type: WrkCtrCapRefType Enumeration
An enumeration value that holds the reference type for the newly inserted records.
- _refIdNew
Type: WrkCtrRefId Extended Data Type
A string that holds the reference number for the newly inserted records.
Remarks
A copy of the WrkCtrCapRes records can be used in order to skip the scheduling engine for performance reasons.