Symptom
Is it possible to report on the URL/link of a Job Posting?
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental
Environment
SAP SuccessFactors Recruiting Management
Reproducing the Issue
- Login to BizX Homepage
- Select 'Recruiting' from the dropdown menu
- Under Job Requisitions tab > click the Action menu pertaining to any Job
- Click 'Job Postings'
- An icon which holds the URL/link to that particular Job Posting will be visible
- Is it possible to report on this URL?
Resolution
As per the current system design, reporting on the link/URL to a Job Posting is currently not possible.
You may raise an Enhancement Request to change this behavior. SAP SuccessFactors provides a channel where you can propose, discuss, and vote on ideas to improve the product.2090228
This is also not possible through the Odata API -> Job Requistion Posting
WORKAROUND:
As workaround, you can use Business Rule to create the URL and add into a custom field in the Job Requisition. Here's an example:
You need to use the Concatenate() function and three Sub Strings to create the URL. The only non static value would be the Job Requisition ID.
- https://#########.successfactors.com/sfcareer/jobreqcareer?jobId=
- Job Requisition ID
- &company=YOURCOMPANYID
NOTES:
- The URL format may differ from the above example. Make sure to check what's your Posting URL format through the Job Posting tab in the Job Requisition.
- You can also apply the same logic for Internal Job Posting URL.
- This workaround doesn't work with Private Postings.
See Also
2090228 - How to Submit Enhancement Requests for SAP SuccessFactors Products
2675995 - How to Locate Job Posting URL
Keywords
job, posting, url, link, adhoc, report, reporting, possible, possibility, recruiting , KBA , LOD-SF-RCM-JOB , Job Postings & Requisitions , LOD-SF-ANA-ADH , Adhoc Reports & Report Builder , How To
SAP Knowledge Base Article - Public