2411 - New Service
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Services - 2411 - New Service
Last updated
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Services - 2411 - New Service
Last updated
2411 - New Service
Output Parameters
outRunMSSCode – when replacing MSS module must return 0(zero), if working as validations can return 1 so MSS opens the Service or 0 to ignore MSS code;
Input Parameters
inServiceExercise – Exercise of the service (SRVEXR);
inServiceSeries – Serie of the service (SRVSER);
inServiceNumber – Number of the service (SRVNDC);
Event
Extension action set
Description
Before
EXT_2411_1_Before
Will be executed before MSS open the new service screen;
EXT_2411_2_Replace
Will replace MSS new service screen, can be used also to create validations before open MSS new service screen using the output parameter outRunMSSCode;
EXT_2411_3_After
Will be executed after the new service screen is closed with the information of the created service;