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
SuriSuri 

Metadata API within Salesforce??

Hi

 

I want to know if there is any way of using the Metadata API from within Salesforce.

 

For example, If I have two salesforce orgs - orgA and org B,

 

is there any way I can create ApexClasses, Triggers or ApexPages in org B from within org A ?

 

I would greatly appreciate any help on this issue.

 

Thanks,

 

Suri

aalbertaalbert

Yes, absolutely. There is the web-services based Metadata API but there are also great tools to simplify the deployment of your classes, triggers, objects, and other metadata components. 

 

I would start with this link below that also contains several other helpful links in the References sections.

Introduction to Metadata & Development-As-A-Service

 

Also, you can use Packaging

 

Message Edited by aalbert on 05-04-2009 09:06 AM