2421 - New / Start intervention
MSS 5.1 - Extensibility - Functions MSS to Kalipso - Services - 2421 - New / Start intervention
2421 - New / Start intervention
Event
Extension action set
Description
EXT_2421_1_Before
Will be executed before MSS starts a new intervention or press + button to create a new one;
EXT_2421_2_Replace
Will replace MSS start or create a new intervention code, can be used also to create validations before MSS run the default code on the start of a new intervention using the output parameter outRunMSSCode;
EXT_2421_3_After
Will be executed after MSS runs the Start intervention code or after close the new intervention screen;
Before
Input Parameters
inServiceExercise β Exercise of the service (SITEXR);
inServiceSeries β Serie of the service (SITSER);
inServiceNumber β Number of the service (SITNDC);
inEquipmentLine β Line number of equipment (SITLEQ);
Replace
Input Parameters
inServiceExercise β Exercise of the service (SITEXR);
inServiceSeries β Serie of the service (SITSER);
inServiceNumber β Number of the service (SITNDC);
inEquipmentLine β Line number of equipment (SITLEQ);
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;
outNewInterventionLine β Number of the new intervention when replacing MSS code;
After
Input Parameters
inServiceExercise β Exercise of the service (SITEXR);
inServiceSeries β Serie of the service (SITSER);
inServiceNumber β Number of the service (SITNDC);
inInterventionLine β Line number of intervention (SITLIN);
inEquipmentLine β Line number of equipment (SITLEQ);
Last updated