bullhorn / bullhornjs

javascript library to use the Bullhorn's REST APIs
MIT License
39 stars 11 forks source link

Pulse and Onboarding tab issue #8

Open harigkp opened 7 years ago

harigkp commented 7 years ago

Hi,

First issue as follows:

I have checked in pulse tab here bullhorn initialization not working. image

In other tab like overview,edit etc I'm validating and getting value as we want. And here bullhorn initialization working fine.

Second issue as follows:

I have debugged and commented following code

var bhacs = new Bullhorn({ BhRestToken: UpdateMyToken, restUrl: 'https://rest9.bullhornstaffing.com/rest-services/2tines/' });

Then after seeing that validation means customization through form script working fine image

Also pulse and Onboarding tab working fine but customization through form script not working in two tab only.

image

But here again showing bullhorn initialization issue. Please see image

if customization will work without following code var bhacs = new Bullhorn({ BhRestToken: UpdateMyToken, restUrl: 'https://rest9.bullhornstaffing.com/rest-services/2tines/' });

then this is issue.

if Bullhorn.initDefaults(); working in all tab but not in pulse and onboarding tab then this is main issue.

Thanks, Hari

ss513546039 commented 7 years ago

var bhacs = new Bullhorn({ BhRestToken: '51e3d22b-c8fa-4431-ab58-29d7717fb61', restUrl: 'https://rest34.bullhornstaffing.com/rest-services/2wxp1s/' }); Bullhorn.initDefaults(); var http = Bullhorn.http(); above is the code we are getting error, but its working fine in other tabs except pulse and onboarding.

Thanks, Suresh Somasundaram

harigkp commented 7 years ago

Still we are waiting response from bullhorn

harigkp commented 5 years ago

Same issue again came. Also when authenticated then in response getting resrUrl without https showing as http only. rawRestUrl: "http://rest91.vip.bos.bullhorn.com/rest-services/2tines/" image previously came as restUrl = 'https://rest9.bullhornstaffing.com/rest-services/2tines/';

So, please let me know what is the issue.

I am waiting solution.

harigkp commented 5 years ago

Please anyone provide solution