SalesOrder..::..ResolveJobDetails Method

Badly formed XML comment.

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

Syntax


public void ResolveJobDetails(
	string tJobID,
	ref string tJobNo,
	ref string tJobDescription,
	ref string tDebtorID,
	ref bool tGSTApplicable,
	ref string tJobOrderNo
)
Public Sub ResolveJobDetails ( _
	tJobID As String, _
	ByRef tJobNo As String, _
	ByRef tJobDescription As String, _
	ByRef tDebtorID As String, _
	ByRef tGSTApplicable As Boolean, _
	ByRef tJobOrderNo As String _
)
public:
void ResolveJobDetails(
	String^ tJobID, 
	String^% tJobNo, 
	String^% tJobDescription, 
	String^% tDebtorID, 
	bool^% tGSTApplicable, 
	String^% tJobOrderNo
)

Parameters

tJobID
Type: String
tJobNo
Type: String%
tJobDescription
Type: String%
tDebtorID
Type: String%
tGSTApplicable
Type: Boolean%
tJobOrderNo
Type: String%