AuditPolicyListKeyword::findByPolicyRuleKeyword Method
Finds a record in the AuditPolicyListKeyword table.
Syntax
client server public static AuditPolicyListKeyword findByPolicyRuleKeyword(
SysPolicySourceDocumentRuleRecId _policyRuleRecId,
AuditPolicySearchKeyword _keyword,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _policyRuleRecId
Type: SysPolicySourceDocumentRuleRecId Extended Data Type
The record ID of the SysPolicyRule record.
- _keyword
Type: AuditPolicySearchKeyword Extended Data Type
The AuditPolicySearchKeyword keyword value to be looked up.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An instance of the ConcurrencyModel data type; optional.
Return Value
Type: AuditPolicyListKeyword Table
A record in the AuditPolicyListKeyword table; otherwise, an empty record.