SBM ModScript Reference → Programming SBM ModScript → Extension Functions → Ext.CreateProjectBasedRecord()
Returns objects that are of the subtype ProjectBasedRecord.
Parameter | Type | Description |
---|---|---|
tableId |
int |
A value from TS_TABLES. See Ext.TableId(). |
Type | Description |
---|---|
ProjectBasedRecord |
The newly-created ProjectBasedRecord object containing a field list with all variable fields defined for the given table. The fields are created empty and can be written to individually or populated for a specific item using the Read() method. The returned object supports all functionality for a primary table item. |
SBM ModScript version: 11.3.
This function is similar to Ext.CreateAppRecord(). It may only be used on primary tables—a runtime error occurs if this function is called on a non-primary table.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.