3801 - Clear Document Lines
MSS 5.0 - Extensibility - Functions MSS to Kalipso - General - 3801 - Clear Document Lines
3801 - Clear Document Lines
Event
Extension action set
Description
Before
EXT_3801_1_Before
Will be executed before MSS clear the document temporary tables;
Replace
EXT_3801_2_Replace
Will be executed before MSS clear the document temporary tables with the possibility to cancel the process;
After
EXT_3801_3_After
Will be executed after MSS clear the document temporary tables;
Input Parameters (event before):
inDocumentType – Type of the document;
Input Parameters (event replace):
inDocumentType – Type of the document;
Output Parameters (event replace):
outCanClear – Return code: 1 – Continue the process / 0 – Cancel;
Input Parameters (event after):
inDocumentType – Type of the document;
Last updated