SalesOrder..::..Read Method

Reads the specified record identifier.

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

Syntax


public void Read(
	string RecID
)
Public Sub Read ( _
	RecID As String _
)
public:
void Read(
	String^ RecID
)

Parameters

RecID
Type: String
The record identifier.

Exceptions


ExceptionCondition
JiwaFinancials.Jiwa.JiwaApplication.Exceptions..::..RecordNotFoundExceptionSales Order Not Found
ExceptionThis sales order has no SO_History records associated with it.