SalesQuoteLineCollection..::..AddNonInventoryItem Method

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

Syntax


public void AddNonInventoryItem(
	string PartNo,
	decimal DefaultPrice,
	decimal CostIn,
	ref string NewKey,
	int LineNumber,
	bool JobInvoiceItem
)
Public Sub AddNonInventoryItem ( _
	PartNo As String, _
	DefaultPrice As Decimal, _
	CostIn As Decimal, _
	ByRef NewKey As String, _
	LineNumber As Integer, _
	JobInvoiceItem As Boolean _
)
public:
void AddNonInventoryItem(
	String^ PartNo, 
	Decimal^ DefaultPrice, 
	Decimal^ CostIn, 
	String^% NewKey, 
	int^ LineNumber, 
	bool^ JobInvoiceItem
)

Parameters

PartNo
Type: String
DefaultPrice
Type: Decimal
CostIn
Type: Decimal
NewKey
Type: String%
LineNumber
Type: Int32
JobInvoiceItem
Type: Boolean