-
Type:
Enhancement
-
Status: Closed
-
Priority:
High
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Integrations
-
Labels:None
-
Module:TSR
-
Reported by:CareerBuilder
-
Item State:Production Complete - Closed
-
Sprint:TSR OnBoard - 28 Mar - 12 May
-
Severity:Medium
Requirement:
We have this new page in development for "Manage OnBoard Tours". We need to allow this page to be called from outside system.
Flow would be like:-
- TSR will have a menu in their system for "Manage OnBoard Tours"
- WT will share URL of this page with TSR
- On click of this link in TSR, user will be redirected to Workterra login page with a parameter / call back path in URL that will take admin user directly to "Manage OnBoard Tours" page in WT after successful login.
Assume that there is a valid admin user account configured in WT for this.
- is blocked by
-
NF-913 TSR Integration->Manage OnBoard Status->Server error is displaying for "Manage OnBoard Status" page.
-
- Closed
-
Hi Saurabh Sablaka,
Queries: Will the link contain company id? What will the structure of URL that we will be sharing for "Manage Onboard tours"
We have a Login function which accepts almost 8 parameters.Out of those first 6 parameters are
Parameter1 is for CaseID
Parameter2 is for LanguageId
Parameter3 is for CompanyId
Parameter4 is for JobID
Parameter5 is for RoleID
Parameter6 is for EmployeeID
CaseID can be set to a harcoded value for us to identify from where the call has come from.Need to keep this in session for identification.
Company ID should be in the link for us to identify to which company,we should re-direct to. Other parameters are optional.
On entering the credentials, based on session value of caseid,page will be redirected to "Manage onboard tours".
Please let me know your view on this.
Let me know incase you have any different approach.