Is it possible to add "Industry" field to the OSCP? #389
-
Linked In scrapes jobs from our career portal - when this is done, they are assigning all of our jobs to our Industry (Recruiting and Staffing" instead of those of our clients. Because their system serves job ads based in part on that criteria, we're finding it isn't delivering as well as it could. Would it be easy to pull the "Industry" field from BH into the OSCP, so they could scrape it and properly categorize the jobs? I don't really care where it shows up (maybe beside "Category"). Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello, This is possible but would require some modification to your portal. Industry (or Alternatively, another field can be leveraged reflect "Industry" as well and would have a more straightforward implementation |
Beta Was this translation helpful? Give feedback.
-
Thanks for that Charles.
I just downloaded the latest version of the OSCP, but I have to admit, aside from changing the colors and the auto response message I’ve never made any coding changes to any version of the OSCP (coding novice here for sure).
It sounds like the second option you mention might be easier to accomplish. In that case, would I essentially create a field in each JO’s field mappings that mirrors the options in the businessSectors field? If I did that, could I then create a job-chip showing the proper industry for each opportunity?
Thanks!
Greg Whitesell | Marketing Director | 704.374.0001
[Sherpa Email Logo 2019]
From: Charles Barnes ***@***.***>
Sent: Wednesday, May 26, 2021 9:33 AM
To: bullhorn/career-portal ***@***.***>
Cc: Greg Whitesell ***@***.***>; Author ***@***.***>
Subject: Re: [bullhorn/career-portal] Is it possible to add "Industry" field to the OSCP? (#389)
Hello,
This is possible but would require some modification to your portal. Industry (or businessSectors) has a "to-many" association with Joborder. To-many associations are not currently supported to display as "job-chips" natively, so your portal would need to be modified to loop over every option to display it.
Alternatively, another field can be leveraged reflect "Industry" as well and would have a more straightforward implementation
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#389 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AUHMFPQGOVXHUK2PWK4VYYTTPT2BBANCNFSM45SAB7PA>.
|
Beta Was this translation helpful? Give feedback.
Hello,
This is possible but would require some modification to your portal. Industry (or
businessSectors
) has a "to-many" association with Joborder. To-many associations are not currently supported to display as "job-chips" natively, so your portal would need to be modified to loop over every option to display it.Alternatively, another field can be leveraged reflect "Industry" as well and would have a more straightforward implementation