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
r1985r1985 

SetFields method in SObject

Hi,

 

I created a dynamic web project in eclipse and used Partner wsdl to generate the client. I am not able to find the setFields,getFields method in sobject. How to get those methods??

 

Thanks,

MVP

SuperfellSuperfell

The presence of those methods will depend on the particular soap toolkit you're using. (or that eclipse is using for you). IIRC, those are part of WSC, so you'll only get them if you use WSC to generate your client stubs.