SQL Tables relations compared to BullHorn Entities in the front end (Company, Placements etc..)

Forum for users and developers of Bullhorn's API service.

Moderators: StaffingSupport, s.emmons, BullhornSupport

Post Reply
AnilKolla
User
Posts: 1
Joined: Mon Jun 05, 2023 5:45 pm

SQL Tables relations compared to BullHorn Entities in the front end (Company, Placements etc..)

Post by AnilKolla »

Hi Team,

We have got the SQL backup recently. But, as we dig deep into the DB, the tables are different as we see in the front end.
Example : Company entity might have data coming from multiple tables.

We wanted to have all the relations to each entity compared to the entities data that we see in the BullHorn WEB.

And this is required as soon as possible as we are running out of time.

Thanks,
Anil
tysonzach
User
Posts: 1
Joined: Fri Oct 27, 2023 6:43 am

Re: SQL Tables relations compared to BullHorn Entities in the front end (Company, Placements etc..)

Post by tysonzach »

Hello there,

First Identify SQL Tables and Familiarize yourself with the Bullhorn entities, such as Company and Placements, and the attributes associated with each entity.
Determine how the data in your SQL tables corresponds to Bullhorn entities. For example, which SQL table stores company data, which one stores placement data, and so on.https://help.bullhorn.com/bhatsTopics/s ... ationships
Determine if any data transformation or mapping is needed to synchronize SQL data with Bullhorn entities. For example, you may need to format dates or change data types to match the requirements of the Bullhorn application.

I hope the above will help.
Post Reply