SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.CreateAppRecordList()
Creates list objects that can hold multiple items from the given table.
Parameter | Type | Description |
---|---|---|
tableId |
int |
A value from TS_TABLES. See Ext.TableId(). |
Type | Description |
---|---|
AppRecordList |
The newly created AppRecordList object. Objects on the list are of type AppRecord, though they may represent objects of any AppRecord subtype. |
SBM ModScript version: 11.3.
This function is analogous to Ext.CreateAppRecord().
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.