cgcloud__Account_Sales_Data__c

Contains the information of the sales of a customer for two consecutive years. Access of the object provided to the System Admin. 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
The most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The most recent date on which a user viewed this record.
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
Reference to customer.
This is a relationship field.
Relationship Name
cgcloud__Account__r
Relationship Type
Master-detail
Refers To
Account (the master object)
cgcloud__Month__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Specifies the month for which the sales data is for.
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the detail page of the customer sales data record.
This is a calculated field.
Formula
1HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Sales_Volume__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Sales Volume.
cgcloud__Year__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Specifies the year for which the sales data is for.

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_Sales_Data__cChangeEvent
Change events are available for the object.
cgcloud__Account_Sales_Data__cFeed
Feed tracking is available for the object.
cgcloud__Account_Sales_Data__cHistory
History is available for tracked fields of the object.
cgcloud__Account_Sales_Data__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Account_Sales_Data__cShare
Sharing is available for the object.