Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks if a particular combination of _name and _description exists in the SysSetupLog table.
Syntax
public boolean find(IdentifierName _name, [ClassDescription _description])
Run On
Client
Parameters
- _name
Type: IdentifierName Extended Data Type
The name of the class or method to look up.
- _description
Type: ClassDescription Extended Data Type
The description or state to look for.
Return Value
Type: boolean
true if the record exists; otherwise, false.