SalesOrder..::..CheckEDIStoreLocationCode Method

Checks the edi store location code.

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

Syntax


public bool CheckEDIStoreLocationCode(
	string lDebtorID,
	string LocationCode
)
Public Function CheckEDIStoreLocationCode ( _
	lDebtorID As String, _
	LocationCode As String _
) As Boolean
public:
bool^ CheckEDIStoreLocationCode(
	String^ lDebtorID, 
	String^ LocationCode
)

Parameters

lDebtorID
Type: String
The l debtor identifier.
LocationCode
Type: String
The location code.

Return Value

true if XXXX, false otherwise.