SysSignatureSetup::find Method
Retrieves a record that matches parameters in the SysSignatureSetup table.
Syntax
client server public static SysSignatureSetup find(RefRecId _ref, [boolean _forUpdate])
Run On
Called
Parameters
- _ref
Type: RefRecId Extended Data Type
The record from the table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to update the table; the default value is false.
Return Value
Type: SysSignatureSetup Table
A SysSignatureSetup record, if found.