Checks the edi store location code.
Namespace:
JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:
JiwaSales (in JiwaSales.dll)
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.