CatCatalogPolicyRule::findCatalogByPolicy Method
Finds a record in the CatProcureCatalogTable table that applies to the legal entity and the operating unit on the specified date.
Syntax
client server public static RefRecId findCatalogByPolicy(
RefRecId _le,
RefRecId _ou,
[utcdatetime _effectiveDate])
Run On
Called
Parameters
- _le
Type: RefRecId Extended Data Type
A reference record ID that specifies the legal entity for which to retrieve the catalog.
- _ou
Type: RefRecId Extended Data Type
A reference record ID that specifies the operating unit for which to retrieve the catalog.
- _effectiveDate
Type: utcdatetime
The effective date of the catalog; optional.
Return Value
Type: RefRecId Extended Data Type
A reference record ID that refers to a row in the CatProcureCatalogTable table.