3801 - Clear Document Lines
MSS 5.1 - 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