You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
A loop exists in RCRM Job Candidate Status updates. This bug loops as follows:
Candidate Status in RCRM set to Interview Scheduled, Schedule Interview, Resume Handoff to Client, Phone Screening Organized, Shortlist
Zapier Job 5 PROD - JOBCANDIDATE Update All Status RCRM to TaaS executes and sets TaaS App JobCandidate Status = shortlist
Zapier Job 4-PROD-JOBCANDIDATE-Status-to-Rcrm picks up webhook with the JobCandidate status update from previous step, updates the corresponding job back to Shortlist status in RCRM.
Solution agreed upon by team
Update TaaS App API to allow a new status on the JobCandidate object: interview
Update TaaS App Front end JobCandidate review page to display JobCandidate records with status = interview on the "Interested" tab, and to not display them on the "To Review" tab
Update Zap 5 PROD - JOBCANDIDATE Update All Status RCRM to TaaS to set status = interview instead of the current value of shortlist
@nkumar-topcoder do you know if Zapier was updated on DEV accordingly? I know @wdprice did update it on PROD, though for testing on DEV, we have to update Zapier on DEV too.
Activity
feat: support "interview" job candidate status
maxceem commentedon Feb 25, 2021
This was fixed on PROD and DEV.
@nkumar-topcoder do you know if Zapier was updated on DEV accordingly? I know @wdprice did update it on PROD, though for testing on DEV, we have to update Zapier on DEV too.
sandhiyakavi commentedon Feb 25, 2021
Verified on Prod Env with help from @nkumar-topcoder .Working as expected.
sandhiyakavi commentedon Feb 25, 2021
Verified on Dev Env. Candidate status is not changed to shortlist in RCRM.
SathyaJayabal commentedon Mar 17, 2021
labelling as p0 as it required a hotfix
cc @lakshmiathreya