function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dan_HDan_H 

Error: Account: bad field names on insert/update

I found a couple references to this error, but nothing has worked so far.  The error I get is....

 

Account: bad field names on insert/update call: QTT_RID__c

INVALID_FIELD_FOR_INSERT_UPDATE

 

I am using IBM's WebSphere Integration Developer.  I login and save the SessionID and ServerURL.  I then call the create function and get the error.  I have updated the WSDL.  I checked the field in SalesForce and it doesn't look like it is read only, but when I take the field out the create goes through correctly.  Any ideas?

 

Thanks,

Dan

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Dan_HDan_H
Hopefully this will help someone else.  It turns out that even though I could see the field in Setup and check its properties, the field was not set to 'visible' for my login type.

All Answers

Dan_HDan_H
Hopefully this will help someone else.  It turns out that even though I could see the field in Setup and check its properties, the field was not set to 'visible' for my login type.
This was selected as the best answer
menakshimenakshi

that helped a lot.. thanks

Ker DeveloperKer Developer

Could You please how you did verify this? In fact im system admin and i can see all fields. 

 

Thanks

renanfamousrenanfamous
Thnks Dan_H