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
atharva Vispute 3atharva Vispute 3 

how to add metadata on object and fields

Hi,
how to add metadata on object and fields??

Thanks!!
SwethaSwetha (Salesforce Developers) 
HI Atharva,
I believe you are referring to retrieving and deploying metadata

See https://jayakrishnasfdc.wordpress.com/2020/12/25/salesforce-metadata-xml-file-retrieve-deploy-components/ that lists elaborately on the process.

Related:
Deploying and Retrieving Metadata:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_basic_info.htm

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_describe.htm

If this information helps, please mark the answer as best. Thank you