2412 - Service Change of State
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Services - 2412 - Service Change of State
2412 - Service Change of State
Before
Input Parameters
inServiceExercise – Exercise of the service (SRVEXR);
inServiceSeries – Serie of the service (SRVSER);
inServiceNumber – Number of the service (SRVNDC);
inPreviousState – Code of the current State (SRVSTS);
inNewState – Code of the new State (SRVSTS);
Replace
Input Parameters
inServiceExercise – Exercise of the service (SRVEXR);
inServiceSeries – Serie of the service (SRVSER);
inServiceNumber – Number of the service (SRVNDC);
inPreviousState – Code of the current State (SRVSTS);
inNewState – Code of the new State (SRVSTS);
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;
After
Input Parameters
inServiceExercise – Exercise of the service (SRVEXR);
inServiceSeries – Serie of the service (SRVSER);
inServiceNumber – Number of the service (SRVNDC);
inPreviousState – Code of the previous State (SRVSTS);
inNewState – Code of the current State (SRVSTS);
Last updated