
2 respuestas

When doing it with metadata api , we need to have access to MetadataService cls , I am able to get one way which is through a git file containing metadataservice cls which is 'https://github.com/financialforcedev/apex-mdapi/blob/master/apex-mdapi/src/classes/MetadataService.cls'. I want to know whether it's the way provided by salesforce too or not.Is this standard one which salesforce has provided and if not then what is the standard approach saleforce provide to access Metadata Service?Note*- We are lookin for a standard approach for accessing metadata and specifically using metadataservice class.