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
GetlinGetlin 

Custom field is undefined

Hi,

 

I use Salesforce WebService API for integration (.net). For integration we need additional information in Account. So, I've created custom field (picklist) and define some values for this field.  When I 've created new Account - it's all ok, new account object has the correct value of my custom field. But when I try get this Account (within web service api) this field was undefined (other field are ok). Where I'am wrong ?

 

Thanks. 

Best Answer chosen by Admin (Salesforce Developers) 
GetlinGetlin
It's seems to me that I simply not include my custom field in the select statement of the query. I'm checking...

All Answers

GetlinGetlin
It's seems to me that I simply not include my custom field in the select statement of the query. I'm checking...
This was selected as the best answer
GetlinGetlin
Sure. I'm right.