Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the lookup for POS batches.
Syntax
client server public static void lookupBatch(
FormIntControl _lookupCtrl,
RetailStoreId _storeId,
RetailStartingDate _fromDate,
RetailEndingDate _toDate,
RetailStartingTime _fromTime,
RetailEndingTime _toTime)
Run On
Called
Parameters
- _lookupCtrl
Type: FormIntControl Class
A FormIntControl object.
- _storeId
Type: RetailStoreId Extended Data Type
The ID value of the store.
- _fromDate
Type: RetailStartingDate Extended Data Type
The starting date of the transaction.
- _toDate
Type: RetailEndingDate Extended Data Type
The ending date of the transaction.
- _fromTime
Type: RetailStartingTime Extended Data Type
The starting time of the transaction.
- _toTime
Type: RetailEndingTime Extended Data Type
The ending time of the transaction.