Hiteshi
05/02/2024, 12:18 PMgetSelectValue
SOAP API to query the custom fields with their internal IDs and my token has full permissions to customBodyFields
and customColumnFields.
Has anybody faced this issue before? If yes what are the steps which need to be followed to resolve this issue? Thanks!
{
"getSelectValueResult": {
"status": {
"$attributes": {
"isSuccess": "false"
},
"statusDetail": [
{
"$attributes": {
"type": "ERROR"
},
"code": "INSUFFICIENT_PERMISSION",
"message": "You do not have permissions to set a value for element custcol_billing_frequency due to one of the following reasons: 1) The field is read-only; 2) An associated feature is disabled; 3) The field is available either when a record is created or updated, but not in both cases."
}
]
}
}
ASH
05/06/2024, 2:07 PMHiteshi
05/07/2024, 4:53 AM