503 - (Sales) Cancel Document
MSS 5.0 - Extensibility - Functions MSS to Kalipso - Sales - 503 - (Sales) Cancel Document
503 - (Sales) Cancel Document
Event
Extension action set
Description
Before
EXT_0503_1_Before
Will be executed before MSS cancel the sale, can abort the process;
Replace
EXT_0503_2_Replace
Replace MSS cancel document code, must return if the document was cancelled or not;
After
EXT_0503_3_After
Will be executed after the sale is cancelled;
Input Parameters (all events):
inDocumentExercise β Exercise of the document;
inDocumentType β Type of the document;
inDocumentSeries β Series of the document;
inDocumentNumber β Number of the document;
inCustomerCode β Code of the selected customer;
Output Parameters (event before):
outAbortProcess β Return code: TRUE β Abort the process / FALSE β Continue
Output Parameters (event replace):
outDocumentCancelled β Return code: TRUE β Document was cancelled and MSS must continue / FALSE β Document was not cancelled and MSS must stop;
Last updated