cgcloud__Custom_Period__c

This object stores the attributes of the custom period. This object is available in API version 54.0 and later.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()

Fields

Field Details
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Unique identification of the record.
cgcloud__Business_Year__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Business year of the period.
cgcloud__Custom_Calendar__c
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
Custom calendar to which the period belongs.
This is a relationship field.
Relationship Name
cgcloud__Custom_Calendar__r
Relationship Type
Master-detail
Refers To
cgcloud__Custom_Calendar__c (Master object)
cgcloud__Date_From__c
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Start date of the period.
cgcloud__Date_Thru__c
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
End date of the period.
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,"Language1", cgcloud__Description_Language_1__c,
2"Language2", BLANKVALUE(cgcloud__Description_Language_2__c,cgcloud__Description_Language_1__c),
3"Language3", BLANKVALUE(cgcloud__Description_Language_3__c,cgcloud__Description_Language_1__c),
4"Language4", BLANKVALUE(cgcloud__Description_Language_4__c,cgcloud__Description_Language_1__c),cgcloud__Description_Language_1__c)
cgcloud__ExternalId__c
Type
string
Properties
Create, Filter, Group, idLookup, Nillable, Sort, Update
Description
Stores the unique case-sensitive external ID.
cgcloud__Sales_Org__c
Type
string
Properties
Filter, Nillable, Sort
Description
Describes the sales organization to which the custom period belongs.
This is a calculated field.
Formula
1TEXT(cgcloud__Custom_Calendar__r.cgcloud__Sales_Org__c)

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__Custom_Period__cChangeEvent
Change events are available for the object.
cgcloud__Custom_Period__cFeed
Feed tracking is available for the object.
cgcloud__Custom_Period__cHistory
History is available for the tracked fields of the object.
cgcloud__Custom_Period__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Custom_Period__cShare
Sharing is available for the object.