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
precursiveprecursive 

How do I use metadata API with Javascript?

Hi All, 

 

I am trying to update object attributes from a visualforce page using the metadata API. E.g. Deployment status. 

 

Ideally i want to retrieve the list of custom objects and attributes, parse the XML, get the user to check a box to say deploy then update the object via the API. 

 

Any help would be greatly appreciated, or any examples!?

 

Cheers

 

A.

bob_buzzardbob_buzzard

You can't get at the metadata api from a visualforce page - the ajax toolkit works against the partner wsdl rather than the metadata wsdl.