MCRScript::find Method
Finds a MCRScript that matches the passed parameter.
Syntax
client server public static MCRScript find(RefRecId _scriptRecId, [boolean _selectForUpdate])
Run On
Called
Parameters
- _scriptRecId
Type: RefRecId Extended Data Type
The RecID to be used to find the MCRScript record.
- _selectForUpdate
Type: boolean
A boolean used to determine whether or not a record should be selected for update; optional.
Return Value
Type: MCRScript Table
A MCRScript record.