You need to sign in to do that
Don't have an account?

Error: Unable to create/update fields
Hi Guys,
I ran into problem when creating Case object with customer field values. When ever I created a Case and setting the customer field Address__c (i.e String type) I got the Error as:
Error: Unable to create/update fields: Address__c. Please check the security settings of this field and verify that it is read/write for your profile.
The same thing happen with my other customer field value Property_No__c
What did I do wrong? Why can't these field values be set? What the restriction(s) on Case fields ?
Thanks CVSG.
I found out that the address fields are populated from formular and all the fields are NOT writable from API.
All Answers
The security profile you are using doesn't have permissions to update the address field.You can edit the field level security for a profile from setup->administration setup->profiles.
Hope this helps!
cvsg.
Thanks CVSG.
I found out that the address fields are populated from formular and all the fields are NOT writable from API.
Im getting this error
Unable to create/update fields: Contact__c. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
localhost.StatusCode.INVALID_FIELD_FOR_INSERT_UPDATE
Please help.
[{"message":"Unable to create/update fields: ContactEmail. Please check the security settings of this field and verify that it is read/write for your profile or permission set.","errorCode":"INVALID_FIELD_FOR_INSERT_UPDATE","fields":["ContactEmail"]}]
It seems that thereI've tried updating the field using flow and data loader, to no avail, however, a PB record update works fine, but of course that will only trigger on create/edit so i can't find a way of mass updating records except for manually editting every field in SF.