SalesQuoteEntryForm..::..AddNonInventoryItem Method

Namespace:  JiwaFinancials.Jiwa.JiwaSalesUI.SalesQuote
Assembly:  JiwaSalesUI (in JiwaSalesUI.dll)

Syntax


public void AddNonInventoryItem(
	string NonStockPartNo,
	decimal NonStockDefaultPrice,
	decimal NonStockCostIn,
	bool DisplayInterface,
	int Row
)
Public Sub AddNonInventoryItem ( _
	NonStockPartNo As String, _
	NonStockDefaultPrice As Decimal, _
	NonStockCostIn As Decimal, _
	DisplayInterface As Boolean, _
	Row As Integer _
)
public:
void AddNonInventoryItem(
	String^ NonStockPartNo, 
	Decimal^ NonStockDefaultPrice, 
	Decimal^ NonStockCostIn, 
	bool^ DisplayInterface, 
	int^ Row
)

Parameters

NonStockPartNo
Type: String
NonStockDefaultPrice
Type: Decimal
NonStockCostIn
Type: Decimal
DisplayInterface
Type: Boolean
Row
Type: Int32