SBM ModScript Reference → Programming SBM ModScript → Object Types → AppRecord → AppRecord ReadByUUID() Method
Reads the item using the UUID column, if it exists.
Parameter | Type | Description |
---|---|---|
itemUUID |
string |
The UUID value that is passed in. |
Type | Description |
---|---|
None |
SBM ModScript version: 11.3.
var uuidRead = record.ReadByUUID(itemUUID);
If the table is cached by Application Engine, the record may be read from the cache instead of the database.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.