SBM ModScript Reference → Programming SBM ModScript → Object Types → FolderItem
The TS_FOLDERITEMS table identifies the contents of all folders. Each record identifies one item of one folder by associating three TS_IDs: the folder's ID, the table ID of the item stored in the folder, and the TS_ID of the item. A folder has one entry in the TS_FOLDERITEMS table for each primary item, auxiliary item, and report it contains, and one entry in the TS_URLSTORE table for each URL it contains. Though it is possible to supply the table ID of a system table other than TS_REPORTS, folder items created this way are not supported and will yield undefined behavior when accessed by a user.
AppRecord -> FolderItem
(SBM On-Premise/PaaS only)
Property | Type | Description |
---|---|---|
FolderId |
int |
TS_ID of the folder. |
TableId |
int |
Table ID of the item stored in this folder. |
RecId |
int |
TS_ID of the item stored in this folder. |
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.