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