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