ReqRequisitionsHelper.cleanupInvalidRequisitionLineReferences Method [AX 2012]

Deletes invalid references from the RequisitionLineFirmedOrderLine table if the referenced order or order line dimensions do not match the requisition line dimensions (after considering account product dimensions and active coverage dimensions).

Syntax

public void cleanupInvalidRequisitionLineReferences([RecId _purchReqLineRecId])

Run On

Called

Parameters

  • _purchReqLineRecId
    Type: RecId Extended Data Type
    The RecId value of the requisition line to delete invalid references for; optional. If this parameter is unspecified, all invalid references from all requisition lines that are associated with the current company are cleaned up.

See Also

Reference

ReqRequisitionsHelper Class