Hi, I am facing permission issues while fetching t...
# general
h
Hi, I am facing permission issues while fetching the custom field values. The error which is being thrown is given below. I am using the NetSuite's
getSelectValue
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."
}
]
}
}
a
Is it resolved or you are still stuck @Hiteshi
h
Yeah, its resolved. Thanks!