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.
Gets the number of inventory transactions that have not been posted.
Syntax
client server public static int numberOfUnpostedInventoryTransactions(
RetailTransactionType _transType,
RetailStatementId _statementId,
RetailTransEntryStatus _entryStatus)
Run On
Called
Parameters
- _transType
Type: RetailTransactionType Enumeration
The transaction type of the inventory transaction.
- _statementId
Type: RetailStatementId Extended Data Type
The statement number of the transaction.
- _entryStatus
Type: RetailTransEntryStatus Extended Data Type
The entry status of the transaction.
Return Value
Type: int
The total number of transactions for the given transaction type.