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
Peter KempPeter Kemp 

Using WSDL to retrive lists from salesforce

I'm building a web app that pulls and pushes data from and to Salesforce.  I am using the WSDL to make the connection and everything is going swimmingly.  However, some of the fields are drop down lists with preset values from salesforce, at the moment these are hard coded which isn't good news if we choose to update it at some point.  Is there any way to feed these lists directly from salesforce instead of having to keep two separate versions of it?  I also realise this may be hideously slow.


SuperfellSuperfell
see the describeSObjects call