cgcloud__POS__c

Stores the details of the POS object. A Point of Sale (POS) stores the information about a place in the customer's premises at which goods are sold to consumers. 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.
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 (Master object)
cgcloud__Description_Language_1__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 1.
cgcloud__Description_Language_2__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 2.
cgcloud__Description_Language_3__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 3.
cgcloud__Description_Language_4__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Stores the description of language 4.
cgcloud__Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Description based on the user-specified language.
This is a calculated field.
Formula
1CASE($User.cgcloud__Language_Postfix__c,
2"Language1", cgcloud__Description_Language_1__c,
3"Language2", BLANKVALUE(cgcloud__Description_Language_2__c,cgcloud__Description_Language_1__c),
4"Language3", BLANKVALUE(cgcloud__Description_Language_3__c,cgcloud__Description_Language_1__c),
5"Language4", BLANKVALUE(cgcloud__Description_Language_4__c,cgcloud__Description_Language_1__c),
6cgcloud__Description_Language_1__c)
cgcloud__POS_Template__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the POS template.
This is a relationship field.
Relationship Name
cgcloud__POS_Template__r
Relationship Type
Lookup
Refers To
cgcloud__POS_Template__c
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the detail page of the POS record.
This is a calculated field.
Formula
1(HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top"))
cgcloud__Valid_From__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Valid from date of the POS.
cgcloud__Valid_Thru__c
Type
date
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Valid until date of the POS.

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__POS__cChangeEvent
Change events are available for the object.
cgcloud__POS__cFeed
Feed tracking is available for the object.
cgcloud__POS__cHistory
History is available for the tracked fields of the object.
cgcloud__POS__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__POS__cShare
Sharing is available for the object.