# 2413 - Save Service

2413 - Save Service

<table data-header-hidden><thead><tr><th width="135.33333333333331">Event</th><th width="214">Extension action set</th><th>Description</th></tr></thead><tbody><tr><td>Event</td><td>Extension action set</td><td>Description</td></tr><tr><td><a href="#before">Before </a></td><td>EXT_2413_1_Before</td><td>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);</td></tr><tr><td><a href="#replace">Replace</a></td><td>EXT_2413_2_Replace</td><td>Will replace MSS save service code, can be used also to create validations before MSS saves the service using the output parameter <strong>outRunMSSCode</strong>, all information is stored in the temporary tables;</td></tr><tr><td><a href="#after">After</a></td><td>EXT_2413_3_After</td><td>Will be executed after MSS changes the state of the service;</td></tr></tbody></table>

### Before

*Input Parameters*

* inServiceExercise – Exercise of the service (SRVEXR);&#x20;
* inServiceSeries – Serie of the service (SRVSER);&#x20;
* inServiceNumber – Number of the service (SRVNDC);

### Replace

*Input Parameters*

* inServiceExercise – Exercise of the service (SRVEXR);&#x20;
* inServiceSeries – Serie of the service (SRVSER);&#x20;
* 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;

### After

*Input Parameters*

* inServiceExercise – Exercise of the service (SRVEXR);&#x20;
* inServiceSeries – Serie of the service (SRVSER);&#x20;
* inServiceNumber – Number of the service (SRVNDC);
