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
jaredbakerjaredbaker 

Deployiong triggers to Professional Edition?

Can classes and triggers be deployed from a developer edition to Professional Edition in any way?

 

I have a client who needs a couple triggers for their organization, but their liscence doesn't allow for API or Sandboxes.  I have code tested and ready to go, and am trying to find a means to get it deployed into their production.  Is there any way to do this without upgrading?

 

Thanks!

Cory CowgillCory Cowgill

Professionial Edition does not allow Apex Code or API access.

 

Upgrading to Enterprise Edition is the easiest technical way, but there is one other way to get Apex Code into a Professional Edition org. You could create an Aloha Certified AppExchange app.

 

An AppExchange Application is a managed package in which you essentially package all your code and put on the marketplace for selling. If you make an AppEchange application, you can get your code Aloha Certified, which will allow Professional Edition users to install the package. Your code would need to go through the Security Review process, etc.

 

You could post in the AppEXchange boards to find out more.