SectionSource
The SectionSource object contains the following properties:
|
Property |
Type |
Description |
|---|---|---|
|
id |
String |
The ID of the section source |
|
name |
String |
The name of the section source |
|
code |
String |
The code of the section source |
|
parentId |
String |
The ID of the section source's parent record |
|
level |
Number |
The level of the section source when it's part of a hierarchy |
|
sequence |
Number |
The sequence number from the section source |
|
type |
SectionSourceTypeEnum |
The type of the section source based on the SectionSourceTypeEnum enum |
|
queryId |
String |
The query ID from the section source |
|
suiteQLQuery |
String |
The SuiteQL query from the section source |
|
groupingKeyFieldId |
String |
The grouping key field from the section source |
|
parentKeyFieldId |
String |
The parent key field from the section source |
|
rowKeyFieldId |
String |
The row key field from the section source |
|
rowInclusion |
String |
The value of the row inclusion field from the section source |
|
sectionId |
String |
The ID of the layout section |
|
sectionName |
String |
The name of the layout section |
|
sectionSequence |
Number |
The sequence number of the layout section |
|
fileLayoutId |
String |
The ID of the file layout |
|
fileLayoutName |
String |
The name of the file layout |
|
fileLayoutPluginId |
String |
The ID of the plug-in associated with the file layout |
|
children |
SectionSource[ ] |
The array list of SectionSource interface object types |
|
dependencyOrder |
Number |
Optional. The section source dependency order |
|
description |
String |
Optional. The description of the section source |
|
externalId |
String |
Optional. The external ID of the section source |
|
idSource |
String |
Optional. The ID source of the section source |