603 - (Receipts) Cancel Receipt
MSS 5.0 - Extensibility - Functions MSS to Kalipso - Receipts - 603 - (Receipts) Cancel Receipt
603 - (Receipts) Cancel Receipt
Event
Extension action set
Description
Before
EXT_0603_1_Before
Will be executed before MSS cancel the receipt, can abort the process;
Replace
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;
Input Parameters (all events):
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;
Output Parameters (event before):
outAbortProcess β Return code: TRUE β Abort the process / FALSE β Continue
Output Parameters (event replace):
outReceiptCancelled β Return code: TRUE β Receipt was cancelled and MSS must continue / FALSE β Receipt was not cancelled and MSS must stop;
Last updated