SalesOrder..::..CreditIntoStock Property

Gets or sets a value indicating whether [credit into stock].

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

Syntax


public bool CreditIntoStock { get; set; }
Public Property CreditIntoStock As Boolean
	Get
	Set
public:
property bool^ CreditIntoStock {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [credit into stock]; otherwise, false.

Exceptions


ExceptionCondition
ExceptionCannot set the CreditIntoStock property unless this is a new, unsaved credit note.