1612 - Set Delivery as Not Delivered
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Deliveries - 1612 - Set Delivery as Not Delivered
1612 - Set Delivery as Not Delivered
Event | Extension action set | Description |
EXT_1612_1_Before | Will be executed before MSS sets the delivery as not delivered; | |
EXT_1612_2_Replace | Will be executed before MSS sets the delivery as not delivered with the possibility to cancel the process; | |
EXT_1612_3_After | Will be executed after MSS sets the delivery as not delivered; |
Before
Input Parameters
inDeliveryDocumentExercise – Exercise of the document;
inDeliveryDocumentType – Type of the document;
inDeliveryDocumentSeries – Series of the document;
inDeliveryDocumentNumber – Number of the document;
Replace
Input Parameters
inDeliveryDocumentExercise – Exercise of the document;
inDeliveryDocumentType – Type of the document;
inDeliveryDocumentSeries – Series of the document;
inDeliveryDocumentNumber – Number of the document;
Output Parameters
outCanSetAsNotDelivery – Return code: 1 – Allow MSS to set as not delivered / 0 – Cancel;
After
Input Parameters
inDeliveryDocumentExercise – Exercise of the document;
inDeliveryDocumentType – Type of the document;
inDeliveryDeliveryDocumentSeries – Series of the document;
inDocumentNumber – Number of the document;
Last updated