SysPolicy::findByNamePolicyType Method
Finds the record in the SysPolicy table.
Syntax
client server public static SysPolicy findByNamePolicyType(
Name _name,
RecId _policyType,
[boolean _forUpdate])
Run On
Called
Parameters
- _name
Type: Name Extended Data Type
A Name value that indicates the policy name.
- _policyType
Type: RecId Extended Data Type
A RecId value that indicates policy type.
- _forUpdate
Type: boolean
A Boolean value that specifies the selected record is for update; optional.
Return Value
Type: SysPolicy Table
An instance of the SysPolicyType class.