cgcloud__BO_API_Transaction_Log__c

This object stores information about Business Object API Transaction Log, which is a collection of one or more promotions that should be created or updated under the same name via the Promotion BO Creation API. This object is available in API version 54.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user viewed this record.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Name of this record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
ID of the record owner.
This is a polymorphic relationship field.
Relationship Name
Owner
Relationship Type
Lookup
Refers To
Group, User
cgcloud__Calculation_End_Time__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Timestamp when off-platform signaled that the calculation was finished (the same timestamp for all promotions of the transaction).
cgcloud__Calculation_Schedule_Time__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Timestamp when the promotion calculation was scheduled.
cgcloud__Error_Information__c
Type
textarea
Properties
Create, Nillable, Update
Description
Error information.
cgcloud__Error_Type__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Shows the error type or phase when an error occurred.
Possible values are:
  • CalculationError—Calculation Error
  • EnqueueCalculationError—Enqueue Calculation Error
  • TransformationError—Transformation Error
  • ValidationError—Validation Error
  • WriteError—Write Error
cgcloud__Input_Json__c
Type
textarea
Properties
Create, Nillable, Update
Description
Input .json file that's to be transformed to the promo .json file.
cgcloud__Number_of_Retries__c
Type
double
Properties
Create, Defaulted on create, Filter, Nillable, Sort, Update
Description
Stores the number of retries that the system took to properly run the writing of a promotion.
cgcloud__Output_Json__c
Type
textarea
Properties
Create, Nillable, Update
Description
Promo .json file that's to be passed to writeBoPromotion.
cgcloud__Promotion__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
SFID of the promotion that was either created or updated. The value of this field is set when the promotion is created.
This is a relationship field.
Relationship Name
cgcloud__Promotion__r
Relationship Type
Lookup
Refers To
cgcloud__Promotion__c
cgcloud__Sales_Org__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the sales organization.
cgcloud__Status__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Indicates the status of the process.
Possible values are:
  • Calculated
  • Error
  • Initial
  • ToBeCalculated—To be calculated
  • Written
The default value is Initial.
cgcloud__Transaction_Id__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Represents one transaction. For mass-copy or mass-edit, the integration multiple Business Object API Transaction Logs can be executed under the same transaction.
cgcloud__Workflow__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Explains the various workflows that can be run via the process.
This is a relationship field.
Relationship Name
cgcloud__Workflow__r
Relationship Type
Lookup
Refers To
cgcloud__BO_API_Workflow__c
cgcloud__Write_End_Time__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Timestamp when the promotion save process was completed.
cgcloud__Write_Start_Time__c
Type
dateTime
Properties
Create, Filter, Nillable, Sort, Update
Description
Timestamp when the promotion save process was started.

Associated Objects

This object has these associated objects. If the API version isn’t specified, they are available in the same API versions as this object. Otherwise, they are available in the specified API version and later.

cgcloud__BO_API_Transaction_Log__cChangeEvent
Change events are available for the object.
cgcloud__BO_API_Transaction_Log__cFeed
Feed tracking is available for the object.
cgcloud__BO_API_Transaction_Log__cHistory
History is available for the tracked fields of the object.
cgcloud__BO_API_Transaction_Log__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__BO_API_Transaction_Log__cShare
Sharing is available for the object.