Share via


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.

Remarks

This method is used in intercompany scenarios.

See Also

Reference

AgreementHeader Table