AuditPolicyListParty::findByPartyPolicyRule Method
Searches for a specified record in the AuditPolicyListParty table.
Syntax
client server public static AuditPolicyListParty findByPartyPolicyRule(
DirPartyRecId _partyRecId,
[SysPolicySourceDocumentRuleRecId _policyRuleRecId,
ValidFromDateTime _fromDateTime,
boolean _forUpdate])
Run On
Called
Parameters
- _partyRecId
Type: DirPartyRecId Extended Data Type
The record identifier (ID) for the party you want to monitor; optional.
- _policyRuleRecId
Type: SysPolicySourceDocumentRuleRecId Extended Data Type
The record ID for the system policy record; optional.
- _fromDateTime
Type: ValidFromDateTime Extended Data Type
The date on which you want to start monitoring the specified party; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record will be read for updating; optional.
Return Value
Type: AuditPolicyListParty Table
Either a record from the AuditPolicyListParty table or an empty record.