VendDocumentLineMap.updateLinkedParmline_IN Method [AX 2012]

Updates the linked parameter line.

public void updateLinkedParmline_IN(
    DocumentStatus _documentStatus, 
    ParmId _parmId, 
    RefRecId _purchlineRecId, 
    TradeLineRefId _tradeLineRefId, 
    boolean _creditRemaining, 
   [boolean setInventNow, 
    VendDocumentLineMap curvendDocumentLineMap])

Run On

Called

Parameters

_documentStatus
Type: DocumentStatus Enumeration
The document status.
_parmId
Type: ParmId Extended Data Type
The parameter ID.
_purchlineRecId
Type: RefRecId Extended Data Type
The record ID of the purcase line.
_tradeLineRefId
Type: TradeLineRefId Extended Data Type
The reference ID of the trade line.
_creditRemaining
Type: boolean
A Boolean value that indicates whether there is any credit remaining.
setInventNow
Type: boolean
A Boolean value that indicates whether the inventory should be set now.
curvendDocumentLineMap
Type: VendDocumentLineMap Map
The current vendor document line map.

Community Additions

ADD
Show: