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