Newer Version Available

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

cgcloud__Account_Sub_Account__c

Defines the account to sub-account relationship. 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
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Name of this record.
cgcloud__Account__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Parent customer for this sub-account relationship.
This is a relationship field.
Relationship Name
cgcloud__Account__r
Relationship Type
Master-detail
Refers To
Account (the master object)
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the detail page of the Sub Account.
This is a calculated field.
Formula
1HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Sub_Account_External_Id__c
Type
string
Properties
Filter, Nillable, Sort
Description
Specifies the external ID of the sub-account external in the formula field to ensure access.
This is a calculated field.
Formula
1cgcloud__Sub_Account__r.cgcloud__ExternalId__c
cgcloud__Sub_Account__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Sub Account lookup.
This is a relationship field.
Relationship Name
cgcloud__Sub_Account__r
Relationship Type
Lookup
Refers To
Account
cgcloud__Valid_From__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
The date from when the record is valid.
cgcloud__Valid_Thru__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
The date until when the record is valid.
cgcloud__Volume_Percent__c
Type
percent
Properties
Create, Filter, Nillable, Sort, Update
Description
Specifies how much the specific sub-account contributes in percent to the overall volume of the account.

Associated Objects

This object has the following associated objects. If the API version isn’t specified, they’re available in the same API versions as this object. Otherwise, they’re available in the specified API version and later.

cgcloud__Account_Sub_Account__cChangeEvent
Change events are available for the object.
cgcloud__Account_Sub_Account__cFeed
Feed tracking is available for the object.
cgcloud__Account_Sub_Account__cHistory
History is available for tracked fields of the object.
cgcloud__Account_Sub_Account__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Account_Sub_Account__cShare
Sharing is available for the object.