bullhorn/career-portal

Cannot Filter Vacancies By Brand on CustomText2

73k05 opened this issue · 5 comments

73k05 commented

Hello @charlesabarnes ,

I finished configuring and integrating the plugin Career Portal on WordPress visible here

I followed Github tickets #337 and your documentation to display only the witcare brand offers, here are the detailed of what I did:

  • Adding a CustomText2 field in the Field Mapping Vacancy entity on the BO Bullhorn platform for all Vacancies (I to V)

Screenshot 2021-10-01 at 14 34 34

  • Unchecking of the checkbox "Hidden" for all Vacancies (I to V)

  • I added the corresponding column in the Vacancy List
    Screenshot 2021-10-01 at 14 37 08

  • I changed the value of the field for my offer and put witcare

Screenshot 2021-10-01 at 14 38 07

  • In WordPress:

    • Adding the CustomText2 field to the list of fields to get from the API in the list ID, Title, PublishedCategory (ID, Name), CustomText2, EmploymentType, DateLastPublished, PublicScription, Isopen, Ispublic, Isdeleted, Isopedzip, Isdeleted, Publishedzip , Salary, Salaryunit

    • I filtered by name and value of fields to obtain this result in the plugin app.js. I checked the file is correct:

"Additionaljobcriteria":
    {
        "Field": "customText2",
        "Values": ["witcare"],
        "Spell": "-DatelastPublished"
    }

Screenshot 2021-10-01 at 14 41 10

  • It comes out to display an error in the main view that does not happen if I delete the filter's fields, I have all the non-filtered offers displayed correctly

Screenshot 2021-10-01 at 14 43 07

  • For your information, if I put double quotes around the value like this "witcare" I have no mistake but nothing is displayed.

  • I tested the filtering with EmploymentType and it works normally

  • For your information, I put the offer in Closed for now to avoid displaying it in another website but I have tested with Open and published offer.

Can you lead me the way on what I should do to fix this issue and use multiple branding on different portals filtered correctly?

Regards
73k05

Hello,

You have to contact Bullhorn Support to make that field available for filtering with the career portal. That piece is a relatively new requirement, but once that is added, you should be all set.

Please let me know if there are any other questions

73k05 commented

Hi @charlesabarnes ,

thank you for the quick reply. Despite my good will I do not understand your answer perfectly, what should I do to make it work? You mean wait because this feature is new in BullHorn?

Regards
73k05

Hello

You have to call bullhorn support to enable the feature on their end

It is available. A setting controls which fields that can have filters on it. Bullhorn support only can update that setting

73k05 commented

Hi, ok, will do thank you