cgcloud__Tour_Template_Tour_Check__c

Stores the details of the relationship between tour template and tour check, which is used to define the relevant tour checks on a tour. This object is available in API version 54.0 and later.

Supported Calls

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

Fields

Field Details
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Unique identification of the record.
cgcloud__Check_Type__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Specifies the check type of the tour check.
Possible values are:
  • SecurityCheck—Security Check
  • VehicleCheck—Vehicle Check
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the detail page of the tour template tour check record.
This is a calculated field.
Formula
HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Sort__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Sort number.
cgcloud__Tour_Check_Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Specifies the description of the tour check.
This is a calculated field.
Formula
cgcloud__Tour_Check__r.cgcloud__Description__c
cgcloud__Tour_Check__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the tour check.
This is a relationship field.
Relationship Name
cgcloud__Tour_Check__r
Relationship Type
Lookup
Refers To
cgcloud__Tour_Check__c
cgcloud__Tour_Template__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the tour template.
This is a relationship field.
Relationship Name
cgcloud__Tour_Template__r
Relationship Type
Master-detail
Refers To
cgcloud__Tour_Template__c (Master object)
cgcloud__Usage__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
Usage of the tour check.
Possible values are:
  • E—End of Day
  • S—Start of Day
The default value is S.

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__Tour_Template_Tour_Check__cChangeEvent
Change events are available for the object.
cgcloud__Tour_Template_Tour_Check__cFeed
Feed tracking is available for the object.
cgcloud__Tour_Template_Tour_Check__cHistory
History is available for the tracked fields of the object.
cgcloud__Tour_Template_Tour_Check__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Tour_Template_Tour_Check__cShare
Sharing is available for the object.