MCRListTypeTable::find Method
Finds the MCRListTypeTable using the passed list type.
Syntax
client server public static MCRListTypeTable find(MCRListType _listType, [boolean _update])
Run On
Called
Parameters
- _listType
Type: MCRListType Extended Data Type
The list type to be used to find the related MCRListTypeTable record.
- _update
Type: boolean
A boolean used to determine whether or not a record should be selected for update; optional.
Return Value
Type: MCRListTypeTable Table
The MCRListTypeTable record found.