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
SQL Tables relations compared to BullHorn Entities in the front end (Company, Placements etc..)
Moderators: StaffingSupport, s.emmons, BullhornSupport
Re: SQL Tables relations compared to BullHorn Entities in the front end (Company, Placements etc..)
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.
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.