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
Frank_LopezFrank_Lopez 

Question: AppExchange 7.0 SOAP API: what happened to a field's "selectable" property?

In the sforce 5.0 and 6.0 APIs, fields have a property called "selectable".  For the 7.0 API, I cannot find this property in the partner WSDL file.
 
QUESTION: For the SOAP 7.0 API, did this property get renamed, moved, obsoleted, or deprecated?
 
 
5.0 doc
 
 
SuperfellSuperfell
It was in the docs, but never in the WSDL, we fixed the docs in the latest docs.
Frank_LopezFrank_Lopez

What I'm really working to find is the XML-RPC to SOAP mapping for the DescribeResponse "access" member's "select" value.  Under DescribeResponse in the XML-RPC documentation, for the "access" member, it states that

Where the "access" member indicates access restrictions on the field.  If this member is absent, the user has all permissions for that field without restriction.  If it is present, its value is an array containing one of more of the following values:

* select - The field can be specified in the select list of a query call.

* filter - ...

* insert - ...

* update - ..

Do you know if there is a similar describe access "select" value for the AppExchange v7.0 SOAP API? 

SuperfellSuperfell
No, all fields are selectable.