102 - (Clients) New Client
MSS 5.0 - Extensibility - Functions MSS to Kalipso - Clients - 102 - (Clients) New Client
102 - (Clients) New Client
Event | Extension action set | Description |
Before | EXT_0102_1_Before | Will be executed before MSS opens the customer screen to create a new record; |
Replace | EXT_0102_2_Replace | Will replace MSS customer screen to create a new record; |
After | EXT_0102_3_After | Will be executed after the creation of the new customer; |
Input Parameters:
inNewCustomerCode – Code of the created customer;
Output Parameters:
outNewCustomerCreated – Return code: 1 – Customer created / 0 – User canceled;
outNewCustomerCode – Code of the customer created;
Last updated