AgreementLineQuantityCommitment.syncField Method
Synchronizes a field value from an AgreementLineQuantityCommitment record to another AgreementLineQuantityCommitment record.
Syntax
public void syncField(
AgreementLineQuantityCommitment _toAgreementLineQuantityCommitment,
boolean _create,
FieldId _fieldId)
Run On
Called
Parameters
- _toAgreementLineQuantityCommitment
Type: AgreementLineQuantityCommitment Table
The AgreementLineQuantityCommitment record for which to synchronize the field value.
- _create
Type: boolean
Specifies whether the synchronization is performed in a create scenario.
- _fieldId
Type: FieldId Extended Data Type
The field ID for the field for which to synchronize the value.
Remarks
This method is used in intercompany scenarios.