SalesOrder..::..CheckEDIDCLocationCode Method

Checks the edidc location code.

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

Syntax


public bool CheckEDIDCLocationCode(
	string lDebtorID,
	string LocationCode
)
Public Function CheckEDIDCLocationCode ( _
	lDebtorID As String, _
	LocationCode As String _
) As Boolean
public:
bool^ CheckEDIDCLocationCode(
	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.