AgreementLineQuantityCommitment.syncFieldAgreementLine Method
Synchronizes a field value from one AgreementLineQuantityCommitment record to another AgreementLineQuantityCommitment record.
Syntax
public void syncFieldAgreementLine(
AgreementLineQuantityCommitment _toAgreementLineQuantityCommitment,
boolean _create,
FieldId _fieldId)
Run On
Called
Parameters
- _toAgreementLineQuantityCommitment
Type: AgreementLineQuantityCommitment Table
The AgreementLineQuantityCommitment record in which to synchronize the field value.
- _create
Type: boolean
A Boolean value that indicates whether the synchronization is performed in a create scenario.
- _fieldId
Type: FieldId Extended Data Type
The field ID of the field to synchronize.
Remarks
Used in intercompany scenarios.