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.
Finds the specified record in the AuditPolicyListKeyword table.
Syntax
client server public static AuditPolicyListKeyword findByKeyword(
AuditPolicySearchKeyword _keyword,
RefRecId _policy,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _keyword
Type: AuditPolicySearchKeyword Extended Data Type
The AuditPolicySearchKeyword value to find.
- _policy
Type: RefRecId Extended Data Type
The record ID of the SysPolicy record.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model option to use the record is read.
Return Value
Type: AuditPolicyListKeyword Table
The specified record in the AuditPolicyListKeyword table if found; otherwise, an empty record.