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
RamyaKrishnaRamyaKrishna 

Reg: Meta Data API

How can i access the data from  meta data Api  using javascript call?

 

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
Ryan-GuestRyan-Guest

There is no easy wrapper for the metadata API from javascript. If you want to change some metadata from javascript, I would reccomend setting up an external web service (essentially a proxy) that doesn what you want to do and then call that web service.

All Answers

Ryan-GuestRyan-Guest

There is no easy wrapper for the metadata API from javascript. If you want to change some metadata from javascript, I would reccomend setting up an external web service (essentially a proxy) that doesn what you want to do and then call that web service.

This was selected as the best answer
alextalext

What are you trying to build?

 

(Safe Harbor) We are exploring a REST version of the MD API.

 

Please share your use-case!

 

Thank you!

 

--alex