cgcloud__Product_Condition__c

This object uses product-specific conditions. For example, specifying product prices that are relevant for simple order value calculation. 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
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
cgcloud__Condition_Template__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the condition template.
This is a relationship field.
Relationship Name
cgcloud__Condition_Template__r
Relationship Type
Lookup
Refers To
cgcloud__Condition_Template__c
cgcloud__Price_List_Type__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
Price list type for wholesaler or direct customer.
Possible values are:
  • NotRelevant—Not Relevant
  • WS1999—Wholesaler
  • WS2000—Direct Customer
The default value is WS1999.
cgcloud__Price_Type__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
Price type for factory or consumer.
Possible values are:
  • NotRelevant—Not Relevant
  • consumer—Consumer
  • factory—Factory
The default value is factory.
cgcloud__Product__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the Product for which the product condition is defined.
This is a relationship field.
Relationship Name
cgcloud__Product__r
Relationship Type
Lookup
Refers To
Product2
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the detail page of the Product Condition related list record.
This is a calculated field.
Formula
HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Template_Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Description of the condition template.
This is a calculated field.
Formula
cgcloud__Condition_Template__r.cgcloud__Description__c
cgcloud__Valid_From__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
Day from which the Condition becomes valid for the Product.
cgcloud__Valid_Thru__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Nillable, Sort, Update
Description
Day until which the Condition is valid for the Product.
cgcloud__Value__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Value for the product condition.

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__Product_Condition__cChangeEvent
Change events are available for the object.
cgcloud__Product_Condition__cFeed
Feed tracking is available for the object.
cgcloud__Product_Condition__cHistory
History is available for the tracked fields of the object.
cgcloud__Product_Condition__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Product_Condition__cShare
Sharing is available for the object.