SysPolicySourceDocumentRule::find Method
Finds the specified record in the SysPolicySourceDocumentRule table by using the specified record ID value.
Syntax
client server public static SysPolicySourceDocumentRule find(RecId _policySourceDocumentRuleRecId, [boolean _forUpdate])
Run On
Called
Parameters
- _policySourceDocumentRuleRecId
Type: RecId Extended Data Type
The record ID of the SysPolicySourceDocumentRule table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: SysPolicySourceDocumentRule Table
A SysPolicySourceDocumentRule table record or an empty buffer.