When i set multiple default values seperated by deliminiter - comma (,) . But It treated like a single text .
Bullhorn CRM :
In Field Mapping :
Entity : Contact
type : Picker:Text:Client Corporation
Default Value : test,test1,test3 text4 text5,text6
REST API Response:
Code: Select all
{
"name": "customText9",
"type": "SCALAR",
"dataType": "String",
"maxLength": 100,
"confidential": false,
"optional": true,
"label": "custom picker",
"required": false,
"readOnly": false,
"multiValue": true,
"inputType": "SELECT",
"optionsType": "ClientCorporationText",
"optionsUrl": "http://rest91.vip.bos.bullhorn.com/rest-services/1s2o10/options/ClientCorporationText",
"defaultValue": [
"test,test1,test3 text4 text5,text6"
],
"hideFromSearch": true,
"sortOrder": 8000,
"hint": "",
"description": "",
"systemRequired": false
},
And Let me know any example default value for type Picker:Client Corporation ?