Search found 13 matches
- Wed Nov 20, 2019 11:54 am
- Forum: Bullhorn APIs
- Topic: Note-Action field options are mismatched in API response and Bullhorn UI
- Replies: 0
- Views: 2580
Note-Action field options are mismatched in API response and Bullhorn UI
Hi Team, The Note object Action field option list values differ from API response and Bullhorn UI. API response for the action field. { "name": "action", "type": "SCALAR", "dataType": "String", "maxLength": 30, "confidential": false, "optional": true, "label": "Action", "required": false, "readOnly"...
- Fri Aug 30, 2019 1:05 pm
- Forum: Bullhorn APIs
- Topic: How to handle the readonly:true field property?
- Replies: 2
- Views: 1381
How to handle the readonly:true field property?
The field readOnly: true property behave like hide the value in bullhorn CRM UI. How to handle this API response value for readonly: true property? Either we show the field and not editable (or) We hide from UI? { "name": "phone2", "type": "SCALAR", "dataType": "String", "maxLength": 50, "confidenti...
- Tue Aug 20, 2019 5:41 am
- Forum: Bullhorn APIs
- Topic: Default value incorrect or empty in Note object "action" field
- Replies: 5
- Views: 3544
Re: Default value incorrect or empty in Note object "action" field
We are long-time waiting for the response from you. @pmularski
- Tue Aug 20, 2019 5:40 am
- Forum: Bullhorn APIs
- Topic: Default value incorrect or empty in Note object "action" field
- Replies: 5
- Views: 3544
- Mon Aug 12, 2019 9:23 am
- Forum: Bullhorn APIs
- Topic: What is the purpose of access token
- Replies: 0
- Views: 2639
What is the purpose of access token
Hi, 1) Oauth comon logic is, Resources API can be called using access token. Bullhorn gives BhREST token. Why? 2) Need to use refresh token to get access token. Once get REST token, access token will expire. So whenever REST token expires, need to get new access token using refresh token instead of ...
- Mon Aug 12, 2019 6:54 am
- Forum: Bullhorn APIs
- Topic: Invalid refresh tokens
- Replies: 3
- Views: 1177
Re: Invalid refresh tokens
The reason you may make parallel calls to get the new access token with the refresh token. parallel calls make token invalid.
You must carefully watch your API thread How the parallel call will invalidate the token.
You must carefully watch your API thread How the parallel call will invalidate the token.
- Thu Aug 01, 2019 3:45 pm
- Forum: Bullhorn APIs
- Topic: Note : Action field meta multiple true property not accepting all selected values
- Replies: 0
- Views: 2595
Note : Action field meta multiple true property not accepting all selected values
I set the Note activity Action filed property as multiValue: true in field mapping section. But the save flow if I selected all values it will throw an error. Note: If I selected two values in the list it is working fine. Meta: { "name": "action", "type": "SCALAR", "dataType": "String", "maxLength":...
- Mon Mar 04, 2019 2:38 pm
- Forum: Bullhorn APIs
- Topic: Default value incorrect or empty in Note object "action" field
- Replies: 5
- Views: 3544
Re: Default value incorrect or empty in Note object "action" field
Please quickly fix the issue. Rest API: { "name": "action", "type": "SCALAR", "dataType": "String", "maxLength": 30, "confidential": false, "optional": true, "label": "Action", "required": true, "readOnly": false, "multiValue": false, "inputType": "SELECT", "options": [ { "value": "Client Visit", "l...
- Mon Mar 04, 2019 2:34 pm
- Forum: Bullhorn APIs
- Topic: Default value incorrect or empty in Note object "action" field
- Replies: 5
- Views: 3544
Re: Default value incorrect or empty in Note object "action" field
Even though we set the value in top list of commentActionList. It won't come in UI and API
- Mon Oct 08, 2018 1:16 pm
- Forum: Bullhorn APIs
- Topic: Name is not populated while doing in REST api
- Replies: 2
- Views: 6473
- Wed Sep 26, 2018 10:45 am
- Forum: Bullhorn APIs
- Topic: Default value incorrect or empty in Note object "action" field
- Replies: 5
- Views: 3544
Default value incorrect or empty in Note object "action" field
In Bullhorn, UI FieldMaps section, Note object we set the default value for " action " field but the meta API and Bullhorn UI giving incorrect value or empty for the default value. please see the image https://s3.amazonaws.com/uploads.hipchat.com/30164/5015769/Tb48XO3tibQ0Hlr/upload.png https://s3.a...
- Tue Sep 04, 2018 9:13 am
- Forum: Bullhorn APIs
- Topic: Bullhorn Note -primaryDepartmentName field not accepting
- Replies: 1
- Views: 5339
Bullhorn Note -primaryDepartmentName field not accepting
Hi Team, Bullhorn is returning the following error for the "Note" field-primaryDepartmentName. The Meta has maxLength as zero for the field( "maxLength": 0), so it is not accepting any characters for the field and returning the below error. Could you please check Let me know how to handle this. Meta...
- Fri Jul 20, 2018 1:43 pm
- Forum: Bullhorn APIs
- Topic: Name is not populated while doing in REST api
- Replies: 2
- Views: 6473
Name is not populated while doing in REST api
Problem 1: While creating any of the following objects Lead, ClientContact or Candidate in Bullhorn CRM UI, Bullhorn is showing "Name" field automatically by concatenating first name & last name. But when doing via api, it is not working. In meta api for all of the above I got "Name" field but that...