3700 - (Login) Login validation
MSS 5.0 - Extensibility - Functions MSS to Kalipso - Login - 3700 - (Login) Login validation
3700 - (Login) Login validation
Event | Extension action set | Description |
Before | EXT_3700_1_Before | Will be executed before MSS validates the user credentials and permissions; |
Replace | EXT_3700_2_Replace | Will be executed before MSS validates the user credentials and permissions with the possibility to cancel the process; |
After | EXT_3700_3_After | Will be executed after MSS validates the user credentials and permissions; |
Input Parameters (event before):
inUserName – User login name;
Input Parameters (event replace):
inUserName – User login name;
Output Parameters (event replace):
outCanLogin – Return code: 1 – Continue the process / 0 – Cancel;
Input Parameters (event after):
inUserName – User login name;
Last updated