ProcCategoryCharterPagePolicy::findPageLegalEntity Method
Finds the specified organization page policy in the ProcCategoryCharterPagePolicy table.
Syntax
client server public static ProcCategoryCharterPagePolicy findPageLegalEntity(
RecId _categoryPageId,
RecId _legalEntityRecId,
[boolean _forUpdate])
Run On
Called
Parameters
- _categoryPageId
Type: RecId Extended Data Type
The category page ID to find.
- _legalEntityRecId
Type: RecId Extended Data Type
The legal entity ID to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to select the record for update.
Return Value
Type: ProcCategoryCharterPagePolicy Table
A record of the ProcCategoryCharterPagePolicy table if found; otherwise, an empty buffer.