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