Sync Transaction Field Reference

The Sync Transaction object is used to store information about the success of the data transfer. A new record will be created when the record of one of the discount calculation objects is changed.

After disconnecting from the Web Service, all Sync Transaction records will be deleted.


Object record type API name: orders__SyncTransaction__c


Field Label API name Type Description

Error

orders__Error__c

Long Text Area(32768)

The text of the error received during the sync process.

Object Name

orders__ObjectName__c

Text(255)

The API name of the object whose record is to be synchronized.

Record Id

orders__RecordId__c

Text(255)

The ID of the record to be synchronized.

Type

orders__Type__c

Picklist

The operation type:

  • upsert

  • delete

``