Share via


EcoResCategory::getProcCategoryRecExpOnGoodsReceipt Method

Retrieves the deduction requirement associated with the specified category for the specified legal entity and operating unit combination.

Syntax

client server public static boolean getProcCategoryRecExpOnGoodsReceipt(
    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 deduction requirement.
  • _receivingOperatingUnit
    Type: RefRecId Extended Data Type
    The operating unit in the OMOperatingUnit table for which to retrieve the deduction requirement; optional.

Return Value

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

See Also

Reference

EcoResCategory Table