AuditPolicyListParty::findByParty Method
Finds a record in the AuditPolicyListParty table.
Syntax
client server public static AuditPolicyListParty findByParty(
DirPartyRecId _party,
[RefRecId _policy,
ValidFromDateTime _fromDateTime,
boolean _forUpdate])
Run On
Called
Parameters
- _party
Type: DirPartyRecId Extended Data Type
The record ID of the party; optional.
- _policy
Type: RefRecId Extended Data Type
The record ID of the SysPolicy record; optional.
- _fromDateTime
Type: ValidFromDateTime Extended Data Type
The validFromDateTime date from which to start monitoring a party; optional.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: AuditPolicyListParty Table
The specified record in the AuditPolicyListParty table; otherwise, an empty record.