SBM AppScript Reference → Programming SBM AppScript → Extension Functions → Ext.CreateAppRecordList( tableId )
This function is analogous to Ext.CreateAppRecord( tableId [, recType] ), except it creates list objects that can hold multiple items from the given table. As with Ext.CreateAppRecord(), this function is intended for list subtypes not supported by the built-in CreateObject.
tableId
Pass this argument to create a new AppRecordList object of a subtype appropriate for the database table given by the number tableId.
The newly created AppRecordList object. Objects on the list are of type AppRecord, though they may represent objects of any AppRecord subtype.
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.