cgcloud__Route__c

Stores the details of the route object. 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
Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update
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
Type
string
Properties
Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update
Description
Unique identification of the record.
Refers To
Group, User
cgcloud__Default_Start_Time__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Default start time of the first call of the respective tour.
cgcloud__Default_Truck__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Default truck that's used for the route.
This is a relationship field.
Relationship Name
cgcloud__Default_Truck__r
Relationship Type
Lookup
Refers To
cgcloud__Vehicle__c
cgcloud__Default_User__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Default user (driver) of the route.
This is a relationship field.
Relationship Name
cgcloud__Default_User__r
Relationship Type
Lookup
Refers To
User
cgcloud__Description_Language_1__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 1.
cgcloud__Description_Language_2__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 2.
cgcloud__Description_Language_3__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 3.
cgcloud__Description_Language_4__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 4.
cgcloud__Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Description of the route.
This is a calculated field.
Formula
CASE($User.cgcloud__Language_Postfix__c,
"Language1", cgcloud__Description_Language_1__c,
"Language2", BLANKVALUE(cgcloud__Description_Language_2__c,cgcloud__Description_Language_1__c),
"Language3", BLANKVALUE(cgcloud__Description_Language_3__c,cgcloud__Description_Language_1__c),
"Language4", BLANKVALUE(cgcloud__Description_Language_4__c,cgcloud__Description_Language_1__c),
cgcloud__Description_Language_1__c)
cgcloud__End_Warehouse__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
End warehouse details.
This is a relationship field.
Relationship Name
cgcloud__End_Warehouse__r
Relationship Type
Lookup
Refers To
cgcloud__Warehouse__c
cgcloud__Route_Template__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the route template.
This is a relationship field.
Relationship Name
cgcloud__Route_Template__r
Relationship Type
Lookup
Refers To
cgcloud__Route_Template__c
cgcloud__Sales_Org__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Sales org to which the route template belongs.
Possible values are:
  • 0000
  • 0001
  • 0002
  • 0003
cgcloud__Start_Warehouse__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Start warehouse details.
This is a relationship field.
Relationship Name
cgcloud__Start_Warehouse__r
Relationship Type
Lookup
Refers To
cgcloud__Warehouse__c
cgcloud__Trailer_1__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
First default trailer.
This is a relationship field.
Relationship Name
cgcloud__Trailer_1__r
Relationship Type
Lookup
Refers To
cgcloud__Vehicle__c
cgcloud__Trailer_2__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Second default trailer.
This is a relationship field.
Relationship Name
cgcloud__Trailer_2__r
Relationship Type
Lookup
Refers To
cgcloud__Vehicle__c
cgcloud__Valid_From__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
First date of validity period of the route.
cgcloud__Valid_Thru__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
Date until which the route is valid.

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__cChangeEvent
Change events are available for the object.
cgcloud__Route__cFeed
Feed tracking is available for the object.
cgcloud__Route__cHistory
History is available for the tracked fields of the object.
cgcloud__Route__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Route__cShare
Sharing is available for the object.