EcoResCategory::getProcCategoryReceivingRequirement Method
Retrieves the receiving requirement associated with the specified category for the specified legal entity and operating unit combination.
Syntax
client server public static boolean getProcCategoryReceivingRequirement(
EcoResCategoryId _ecoResCategoryId,
RefRecId _buyingLegalEntity,
[RefRecId _receivingOperatingUnit,
ProcCategoryOrganizationOption _organizationOption])
Run On
Called
Parameters
- _ecoResCategoryId
Type: EcoResCategoryId Extended Data Type
The category ID of the EcoResCategory record for which to retrieve the receiving requirement.
- _buyingLegalEntity
Type: RefRecId Extended Data Type
The legal entity in the CompanyInfo table for which to retrieve the receiving requirement.
- _receivingOperatingUnit
Type: RefRecId Extended Data Type
The operating unit in the OMOperatingUnit table for which to retrieve the receiving requirement; optional.
- _organizationOption
Type: ProcCategoryOrganizationOption Enumeration
The operating unit in the OMOperatingUnit table for which to retrieve the category availability; optional.
Return Value
Type: boolean
The receiving requirement associated with the category for the specified legal entity and operating unit combination; otherwise, false.