Name |
- Type
- string
- Properties
- Autonumber, Defaulted on create, Filter, idLookup, Sort
- Description
- Unique identification of the record.
|
cgcloud__Account_Dimension__c |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- Defines the account hierarchical node to start condition search
from.
- Possible values are:
- Bottom_Up
- Exact
- Not_Relevant
- The default value is Exact.
|
cgcloud__Condition_Anchor__c |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- The source table from which the conditions need to be searched
from.
- Possible values are:
- Account
- Account_Product
- Product
- The default value is Account_Product.
|
cgcloud__Condition_Search_Group__c |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- Reference to the Condition Search Group object.
- This field is a relationship field.
- Relationship Name
- cgcloud__Condition_Search_Group__r
- Relationship Type
- Master-detail
- Refers To
- cgcloud__Condition_Search_Group__c (the master object)
|
cgcloud__Description_Language_1__c |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Holds the description of language 1.
|
cgcloud__Description_Language_2__c |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Holds the description of language 2.
|
cgcloud__Description_Language_3__c |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Holds the description of language 3.
|
cgcloud__Description_Language_4__c |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Holds the description of language 4.
|
cgcloud__Description__c |
- Type
- string
- Properties
- Filter, Nillable, Sort
- Description
- Description based on the user specific language.
- This field is a calculated field.
- Formula
-
CASE($User.cgcloud__Language_Postfix__c,
"Language1", cgcloud__Description_Language_1__c,
"Language2", BLANKVALUE(cgcloud__Description_Language_2__c,cgcloud__Description_Language_1__c),
"Language3", BLANKVALUE(cgcloud__Description_Language_3__c,cgcloud__Description_Language_1__c),
"Language4", BLANKVALUE(cgcloud__Description_Language_4__c,cgcloud__Description_Language_1__c),
cgcloud__Description_Language_1__c)
|
cgcloud__Dimension_Priority__c |
- Type
- picklist
- Properties
- Create, Filter, Group, Nillable, Restricted picklist, Sort,
Update
- Description
- Defines the search order of the different dimensions.
- Possible values are:
- Account_Product
- Product_Account
|
cgcloud__Measure_Code__c |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort, Update
- Description
- Holds the code for the condition type of the conditions records to
be retrieved.
|
cgcloud__Product_Dimension__c |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- Defines the product hierarchical node to start condition search
from.
- Possible values are:
- Bottom_Up
- Exact
- Not_Relevant
- The default value is Exact.
|
cgcloud__Search_Type__c |
- Type
- picklist
- Properties
- Create, Defaulted on create, Filter, Group, Nillable, Restricted
picklist, Sort, Update
- Description
- Defines the strategy to be used for search conditions across
product and account hierarchies.
- Possible values are:
- The default value is First_Hit.
|