Newer Version Available

This content describes an older version of this product. View Latest

cgcloud__Route_Account__c

Stores the details of the relationship between routes and customers. 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__Account__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
ID of the linked account.
This is a relationship field.
Relationship Name
cgcloud__Account__r
Relationship Type
Lookup
Refers To
Account
cgcloud__City__c
Type
string
Properties
Filter, Nillable, Sort
Description
Shipping city of the linked account
This is a calculated field.
Formula
1cgcloud__Account__r.ShippingCity
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the Detail page of the Route Customer record.
This is a calculated field.
Formula
1HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Route__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the referenced route.
This is a relationship field.
Relationship Name
cgcloud__Route__r
Relationship Type
Master-detail
Refers To
cgcloud__Route__c (the master object)
cgcloud__Sequence__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Sequence or Order of the record that's used for sorting.
cgcloud__Street__c
Type
string
Properties
Filter, Nillable, Sort
Description
Shipping street of the linked account.
This is a calculated field.
Formula
1cgcloud__Account__r.ShippingStreet
cgcloud__Visit_Template__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
ID of the referenced visit template.
This is a relationship field.
Relationship Name
cgcloud__Visit_Template__r
Relationship Type
Lookup
Refers To
cgcloud__Visit_Template__c

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__Route_Account__cChangeEvent
Change events are available for the object.
cgcloud__Route_Account__cFeed
Feed tracking is available for the object.
cgcloud__Route_Account__cHistory
History is available for the tracked fields of the object.
cgcloud__Route_Account__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Route_Account__cShare
Sharing is available for the object.