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
MukundMukund 

How to use metadata Api to create custom field in managed Object .

I am   trying to update the  metadata  of managed  Application's  custom  Object using Metadata API .

I created  appex class using metadata wsdl  by  doing  some  channges in  wsdl file .

Now I am facing  issue in using create method of generated class .

create(soapSforceCom200604Metadata.Metadata[] metadata); 

Do  i need to get the metadata in Zip file and then update metadata and again deploy the updated metadata .

What is the complete step to update the metadata of managed custom Object .

Regards

Mukund