2413 - Save Service
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Services - 2413 - Save Service
Last updated
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Services - 2413 - Save Service
Last updated
2413 - Save Service
Input Parameters
inServiceExercise – Exercise of the service (SRVEXR);
inServiceSeries – Serie of the service (SRVSER);
inServiceNumber – Number of the service (SRVNDC);
Input Parameters
inServiceExercise – Exercise of the service (SRVEXR);
inServiceSeries – Serie of the service (SRVSER);
inServiceNumber – Number of the service (SRVNDC);
Output Parameters
outRunMSSCode – when replacing MSS module must return 0(zero), if working as validations can return 1 so MSS opens the Service, 0 to ignore MSS code or -1 to abort the operation;
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
EXT_2413_1_Before
Will be executed before MSS saves the service, all information is stored in the temporary tables (SRV_Temp, SIT_Temp, SEQ_Temp, SCL_Temp, SMT_Temp and SLN_Temp);
EXT_2413_2_Replace
Will replace MSS save service code, can be used also to create validations before MSS saves the service using the output parameter outRunMSSCode, all information is stored in the temporary tables;
EXT_2413_3_After
Will be executed after MSS changes the state of the service;