cgc_sync__Sync_Message__c

Represents the messages that are exposed to a mobile app user during the sync process. This object is available in API version 53.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
Date when the record was last referenced.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Date when the record was last viewed.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Unique identification of the 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
RecordTypeId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
ID of the record type.
This is a relationship field.
Relationship Name
RecordType
Relationship Type
Lookup
Refers To
RecordType
cgc_sync__Category__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Category of the sync message. Possible values are:
  • Core sync message
  • Static sync message
  • Dynamic sync message
cgc_sync__Code__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Defines the message code.
cgc_sync__IsCore__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Defines whether the sync message is a core system message (true) or not (false).
These are the possible values:
  • True
  • False
The default value is false.
cgc_sync__MappingType__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Describes the mapping type of the sync message.
These are the possible values:
  • CategoryBased
  • CodeBased
  • ObjectBased
cgc_sync__Nr_of_Translations__c
Type
double
Properties
Filter, Nillable, Sort
Description
Count of the translations.
This is a calculated field.