1. Validate token API conflict exception message change.
---> Change validation message and redirect user to Un-Authorized page.
2. Remove the unnecessary calls in validate UserDID if user is not present.
---> Even user is not valid still token are getting created , so remove this logic. Now token will get created if user is valid.
3. Check user page permissions
---> Previously permissions not getting fetched when present into browser data. So new changes are not reflecting. So when basic integration hits fetch user permissions.
4. User Must have permission for provided company
---> Now user can access company only if they had permission for company. If no permission for company redirected to Un-Authorized page.
5. For decline get user email address from Email table
---> For decline email address fetched from users table instead of email address table. Now as per change email get fetched from Email table.
6. Added LatestStatus, StatusChangedDate, StatusChangedBy columns into Document History table & triggers.
---> Added missing columns into Document History and modify triggers for same.
CC : Samir
1. Validate token API conflict exception message change.
---> Change validation message and redirect user to Un-Authorized page.
2. Remove the unnecessary calls in validate UserDID if user is not present.
---> Even user is not valid still token are getting created , so remove this logic. Now token will get created if user is valid.
3. Check user page permissions
---> Previously permissions not getting fetched when present into browser data. So new changes are not reflecting. So when basic integration hits fetch user permissions.
4. User Must have permission for provided company
---> Now user can access company only if they had permission for company. If no permission for company redirected to Un-Authorized page.
5. For decline get user email address from Email table
---> For decline email address fetched from users table instead of email address table. Now as per change email get fetched from Email table.
6. Added LatestStatus, StatusChangedDate, StatusChangedBy columns into Document History table & triggers.
---> Added missing columns into Document History and modify triggers for same.
CC : Samir