cgcloud__Account_Condition__c

Contains the details of the relationship between customer and the customer conditions. 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
Reference to customer.
This is a relationship field.
Relationship Name
cgcloud__Account__r
Relationship Type
Master-detail
Refers To
Account (the master object)
cgcloud__Condition_Template__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to condition template.
This is a relationship field.
Relationship Name
cgcloud__Condition_Template__r
Relationship Type
Lookup
Refers To
cgcloud__Condition_Template__c
cgcloud__Max_Value__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
The maximum header discount available to the customer in question.
cgcloud__Quantity__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Used for quantity discounts.
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the detail page of the Customer Condition record.
This is a calculated field.
Formula
1HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Valid_From__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
The date from when the entry is valid.
cgcloud__Valid_Thru__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
The date until when the entry is valid.
cgcloud__Value__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Holds the value of a condition.

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_Condition__cChangeEvent
Change events are available for the object.
cgcloud__Account_Condition__cFeed
Feed tracking is available for the object.
cgcloud__Account_Condition__cHistory
History is available for tracked fields of the object.
cgcloud__Account_Condition__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Account_Condition__cShare
Sharing is available for the object.