2410 - Open Service

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Services - 2410 - Open Service

2410 - Open Service

Event

Extension action set

Description

EXT_2410_1_Before

Will be executed before MSS open the service to register the work;

EXT_2410_2_Replace

Will replace MSS services module to register the work, can be used also to create validations before open MSS service module using the output parameter outRunMSSCode;

EXT_2410_3_After

Will be executed after the Service screen is closed;

Before

Input Parameters

  • inServiceExercise – Exercise of the service (SRVEXR);

  • inServiceSeries – Serie of the service (SRVSER);

  • inServiceNumber – Number of the service (SRVNDC);

Replace

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 or 0 to ignore MSS code;

After

Input Parameters

  • inServiceExercise – Exercise of the service (SRVEXR);

  • inServiceSeries – Serie of the service (SRVSER);

  • inServiceNumber – Number of the service (SRVNDC);

Last updated