cgcloud__Mobile_Link__c

Deep Link 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
Refers To
Group, User
RecordTypeId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Represents the record type of the record.
This is a relationship field.
Relationship Name
RecordType
Relationship Type
Lookup
Refers To
RecordType
cgcloud__Active__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Only Active Records that are to be relevant for display.
The default value is false.
cgcloud__Asset_Id__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Unique asset identifier.
cgcloud__Asset_Type__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Type of the asset.
Possible values are:
  • application
  • dashboard
  • lens
cgcloud__Dashboard_State__c
Type
textarea
Properties
Create, Nillable, Update
Description
State of the dashboard and all its datasets. The state depends on user selection, start values, global filters, and external or initial filters that are applicable for the dataset.
cgcloud__Description_Language_1__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Language dependent description 1.
cgcloud__Description_Language_2__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Language dependent description 2.
cgcloud__Description_Language_3__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Language dependent description 3.
cgcloud__Description_Language_4__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Language dependent description 4.
cgcloud__Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Description based on the user-specified language.
This is a calculated field.
Formula
CASE($User.cgcloud__Language_Postfix__c,
"Language1", cgcloud__Description_Language_1__c,
"Language2", cgcloud__Description_Language_2__c,
"Language3", cgcloud__Description_Language_3__c,
"Language4", cgcloud__Description_Language_4__c,
cgcloud__Description_Language_1__c)
cgcloud__Display_In__c
Type
multipicklist
Properties
Create, Filter, Nillable, Update
Description
Indicates where the mobile link is shown in the mobile device.
Possible values are:
  • Store Cockpit
  • Your Day
cgcloud__Login_Host__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
URL that shows the login screen when the user is not logged in to the application.
cgcloud__Org_Id__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
ID of the organization that contains the content.
cgcloud__Record_Type_Name__c
Type
string
Properties
Filter, Nillable, Sort
Description
Developer name of the record type.
This is a calculated field.
Formula
RecordType.DeveloperName
cgcloud__Sales_Org__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Sales org to which the Deep Links belong.
Possible values are:
  • 0000
  • 0001
  • 0002
  • 0003
cgcloud__Scheme_Name__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Scheme component of the link to which the user will navigate on a mobility device.
Possible values are:
  • https
  • ms-onedrive
  • salesforce1
  • sfanalytics
  • whatsapp
cgcloud__Sort__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Sort Order of displayable deep links record within a call.
cgcloud__URL__c
Type
textarea
Properties
Create, Nillable, Update
Description
Stores the web address to which the user can navigate by using a quick access cockpit card on a mobility device.

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__Mobile_Link__cChangeEvent
Change events are available for the object.
cgcloud__Mobile_Link__cFeed
Feed tracking is available for the object.
cgcloud__Mobile_Link__cHistory
History is available for the tracked fields of the object.
cgcloud__Mobile_Link__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Mobile_Link__cShare
Sharing is available for the object.