SBM ModScript Reference → Programming SBM ModScript → Object Types → AppRecordList → AppRecordList Read() Method
Fills the AppRecordList from its table.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
bool |
Returns true if successful; false otherwise. A successful read may return zero results if no items match the query. Check for results by calling the AppRecordList.empty() method. |
SBM ModScript version: 11.3.
var prjList = Ext.CreateAppRecordList( Ext.TableId( "TS_PROJECTS" )); var readOK = prjList.Read();
None.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.