Share via


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

  • _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.

Return Value

Type: boolean
The receiving requirement associated with the category for the specified legal entity and operating unit combination; otherwise, false.

See Also

Reference

EcoResCategory Table