Share via


ReqPeggingAssignment::findOrCreateRequirement Method

Inserts a record into the ReqPeggingAssignment table.

Syntax

server public static ReqPeggingAssignment findOrCreateRequirement(
    SourceDocumentLineRefRecId _sourceDocumentLineRefRecId, 
    InventQty _quantity, 
    UnitOfMeasureRecId _unitOfMeasureRecId, 
   [boolean _deleteIfZero])

Run On

Server

Parameters

  • _deleteIfZero
    Type: boolean
    Removes the record if the quantity is zero.

Return Value

Type: ReqPeggingAssignment Table
A ReqPeggingAssignment record.

See Also

Reference

ReqPeggingAssignment Table