-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Integrations
-
Labels:None
-
Bug Type:Functional
-
Level:Admin
-
Module:Bullhorn
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
-
Issue Importance:Q2
-
Browser:Google Chrome
Please let us know how we can deal with below scenarios:
Scenario 1
When email ID is set as user id in Workterra and if bullhorn candidate do not have email ID ,then while adding such employee to WT. Below message is displaying:
"Error occurred while adding employee record, please contact system administrator."
Refer below screenshot "Error_WithhoutEmailID.JPG" for more details.
Please make a note in this case though the UI shows error while adding employee, employee is getting added to Workterra DB with email ID as NULL
Scenario 2
When userid generation criteria is set as SSN or any other criterion in Workterra which does not have any corresponding data in Bullhorn, then while adding such candidate to WT below error is displaying:
"Object reference is not set to instance of an object"
Refer screenshot "ObjectReference.JPG" for more details.
- relates to
-
NF-958 Bullhorn Integration: Pull up candidate & job data from Bullhorn using Rest API call
-
- Closed
-
Scenario 1
When email ID is set as user id in Workterra and if bullhorn candidate do not have email ID ,then while adding such employee to WT. Below message is displaying:
"Error occurred while adding employee record, please contact system administrator."
Cause: This was due to validation not firing in case of bullhorn add employee & assign tour.
Correction: We have fixed this issue and applied all the required validation.
Affected files: /trunk/WORKTERRAweb/Web/Web Projects/WorkterraAPI/WorkterraAPI/Models/OnBoard/TourStepsStatus.cs
Scenario 2
When userid generation criteria is set as SSN or any other criterion in Workterra which does not have any corresponding data in Bullhorn, then while adding such candidate to WT below error is displaying:
"Object reference is not set to instance of an object"
Cause: This is due to invalid criteria selected. This need to be taken care while company setup to customize only email address as username criteria for ATS based company. This issue is invalid and should be handled at customization level.