Question
Express Scripts
US
Last activity: 8 Jul 2019 7:33 EDT
How to configure to call different rules in services for different users
Use case:
I have two user access groups in our production system.
1. Test Users
2. Normal Users
After every new code (includes ruleset patch versions, app rule changes as well) changes moved to production the TEST users are responsible to test the application and confirm that the new code is working as expected. Later the changes are applied in Normal users as well.
Ex:
Existing production application rule version is 01-01-03
I move new code with app version 01-01-04
TEST user access group has pointed to 01-01-04 so that they can test the new app features
Normal users access group will have 01-01-03 so that they can still continue with the old existing application features.
The challenge here is:
I have several services which belongs to a service package which has the access group. In order for TEST user to test the new features the service's access group needs to be pointed to the new application 01-01-04. AND if i point it to 01-01-04 all the users TEST + Normal users will access the new features.
I WANT ONLY THE TEST USERS TO ACCESS THE NEW FEATURES/NEW LOGIC CHANGES SHOULD BE APPLIED TO TEST USERS NOT NORMAL USERS UNLESS THE TEST USER CONFIRMS..