1620 - (Deliveries) Save Delivery
MSS 5.0 - Extensibility - Functions MSS to Kalipso - Deliveries - 1620 - (Deliveries) Save Delivery
1620 - (Deliveries) Save Delivery
Event | Extension action set | Description |
Before | EXT_1620_1_Before | Will be executed before MSS saves the delivery; |
Replace | EXT_1620_2_Replace | Will be executed before MSS saves the delivery with the possibility to cancel the process; |
After | EXT_1620_3_After | Will be executed after MSS saves the delivery; |
Input Parameters (event before):
inDeliveryDocumentExercise – Exercise of the document;
inDeliveryDocumentType – Type of the document;
inDeliveryDocumentSeries – Series of the document;
inDeliveryDocumentNumber – Number of the document;
Input Parameters (event replace):
inDeliveryDocumentExercise – Exercise of the document;
inDeliveryDocumentType – Type of the document;
inDeliveryDocumentSeries – Series of the document;
inDeliveryDocumentNumber – Number of the document;
Output Parameters (event replace):
outCanSaveDelivery – Return code: 1 – Allow MSS to save the delivery / 0 – Cancel;
Input Parameters (event after):
inDeliveryDocumentExercise – Exercise of the document;
inDeliveryDocumentType – Type of the document;
inDeliveryDeliveryDocumentSeries – Series of the document;
inDocumentNumber – Number of the document;
Last updated