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.
Checks whether the specified disbursement order number exists in Cash transactions.
Syntax
client server public static container cashDisbursementSlipExist_RU(
RetailStoreId _storeId,
RCashDocId _cashDocId,
AmountCur _amountCur,
CurrencyCode _currencyCode,
TransDate _transDate,
CustAccount _custAccount)
Run On
Called
Parameters
- _storeId
Type: RetailStoreId Extended Data Type
The rerail store number identifier.
- _cashDocId
Type: RCashDocId Extended Data Type
The disbursement slip number identifier.
- _amountCur
Type: AmountCur Extended Data Type
Amount in transaction currency.
- _currencyCode
Type: CurrencyCode Extended Data Type
Currency code.
- _transDate
Type: TransDate Extended Data Type
Transaction date.
- _custAccount
Type: CustAccount Extended Data Type
Customer account.
Return Value
Type: container
A container containing the check result.
Remarks
Container structure by positions: 1 - operation status (true means operation succeeded; false - an application error occured), 2 - error message, 3 - check result status.