Share via


RetailTransactionSalesTrans::numberOfUnpostedSalesEntries Method

Gets the number of sales transactions with a transaction status of a RetailEntryStatus::None enumeration value for a specified time and date.

Syntax

client server public static int numberOfUnpostedSalesEntries(
    RetailStoreId _storeId, 
    FromDate _fromDate, 
    ToDate _toDate, 
    FromTime _fromTime, 
    ToTime _toTime)

Run On

Called

Parameters

Return Value

Type: int
The number of sales transactions.

See Also

Reference

RetailTransactionSalesTrans Table