Share via


RetailTransactionTable::numberOfUnpostedTransactions Method

Gets the number of transactions with the specified date and time that have not been posted.

Syntax

client server public static int numberOfUnpostedTransactions(
    RetailStoreId _storeId, 
    FromDate _fromDate, 
    ToDate _toDate, 
    FromTime _timeFrom, 
    ToTime _timeTo)

Run On

Called

Parameters

Return Value

Type: int
The total number of transactions in the specified date and time whose status is none.

See Also

Reference

RetailTransactionTable Table