603 - Cancel Receipt
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Receipts - 603 - Cancel Receipt
603 - Cancel Receipt
Event | Extension action set | Description |
Before | EXT_0603_1_Before | Will be executed before MSS cancel the receipt, can abort the process; |
EXT_0603_2_Replace | Replace MSS cancel receipt code, must return if the receipt was cancelled or not; | |
After | EXT_0603_3_After | Will be executed after the receipt is cancelled; |
All events
Input Parameters
inReceiptExercise – Exercise of the Receipt;
inReceiptType – Type of the Receipt;
inReceiptSeries – Series of the Receipt;
inReceiptNumber – Number of the Receipt;
inCustomerCode – Code of the selected Receipt;
Replace
Output Parameters
outAbortProcess – Return code: TRUE – Abort the process / FALSE – Continue
Output Parameters
outReceiptCancelled – Return code: TRUE – Receipt was cancelled and MSS must continue / FALSE – Receipt was not cancelled and MSS must stop;
Last updated