cgcloud__System_Number_Segment__c

Segment of the number definition. 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__Initial_Value__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Value used if there was no previous number for this number definition.
cgcloud__Max_Value__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Maximum value of the number definition.
cgcloud__Numerical_System__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Numerical system.
Possible values are:
  • Alpha
  • Binary
  • Decimal
  • Hex
cgcloud__Post_Delimiter__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Optional postfix of the segment.
cgcloud__Pre_Delimiter__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Optional prefix of the segment.
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Required for technical reasons.
This is a calculated field.
Formula
HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Segment_Length__c
Type
double
Properties
Create, Filter, Sort, Update
Description
Number of characters of this segment including delimiters.
cgcloud__Segment_Type__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Type of the segment.
Possible values are:
  • Constant
  • Counter
  • InitCounter
  • LU
  • Year
cgcloud__Sort_Validation__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Used for validation, not for Layout.
cgcloud__Sort__c
Type
double
Properties
Create, Filter, Sort, Update
Description
Position of this segment in the segment sequence of this number definition.
cgcloud__System_Number__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the System Number.
This is a relationship field.
Relationship Name
cgcloud__System_Number__r
Relationship Type
Master-detail
Refers To
cgcloud__System_Number__c (the master object)
cgcloud__Type_Unique_Validation__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Segment Type is a unique field for Number Definition. It's a hidden field for Validation.
cgcloud__Type_Validation__c
Type
double
Properties
Filter, Nillable, Sort
Description
Required for technical reasons.
This is a calculated field.
Formula
CASE( cgcloud__Segment_Type__c , 'LU', 19, 'Counter', 20, 'InitCounter',22,0)

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__System_Number_Segment__cChangeEvent
Change events are available for the object.
cgcloud__System_Number_Segment__cFeed
Feed tracking is available for the object.
cgcloud__System_Number_Segment__cHistory
History is available for the tracked fields of the object.
cgcloud__System_Number_Segment__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__System_Number_Segment__cShare
Sharing is available for the object.