Share via


PurchFormletterParmData.findPackingSlipForBOECorr_IN Method [AX 2012]

Returns the vendpackingslip trans buffer, if exist for the Packingslip while doing a packingslip correction.

Syntax

protected VendPackingSlipTrans findPackingSlipForBOECorr_IN(RefRecId _customsVendBOETrans, Common _purchLine)

Run On

Server

Parameters

  • _customsVendBOETrans
    Type: RefRecId Extended Data Type
    Customs vend BOE trans Record which is used to identify the related packingslip trans
  • _purchLine
    Type: Common Table
    PurchLine Record which is used to identify the related packingslip trans

Return Value

Type: VendPackingSlipTrans Table
VendPackingslipTrans record if exists for a packingslip posted with the Quantity Bill of Entry.

See Also

Reference

PurchFormletterParmData Class