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
dlcsfadmindlcsfadmin 

Trigger

I am about to create my first APEX trigger but when I go into Setup>Activities>Event Trigger, I do not see a new button so i can write my classes.  I see it in my developer account but not production. Do i need to set something up?
 
 


Message Edited by dlcsfadmin on 04-08-2008 05:47 PM
jpizzalajpizzala
You cannot develop Apex classes and triggers in your production org.

In order to get the code from your dev org to production, you should use either the Force.com plugin for Eclipse or the ANT deployment tool.

Also to note, Apex is currently available on EE, UE and DE only - so if you have Professional, for instance, you will not have access to Apex code in your production environment.