You need to sign in to do that
Don't have an account?

I cannot activate a trigger created in Eclipse
I have to write some code for a Salesforce Enterprise edition that doesn’t allow me to create/modify/drop triggers or Apex classes by using the interface.
I managed to create a trigger by using Eclipse.The Salesforce interface shows me that the trigger code is completely saved and is valid. However, I cannot activate the trigger either by using the Salesforce interface or Eclipse.
I think I miss something here. Can someone help, please?
Thank you
what'd really be nice is if this was actually documented. every single roadblock i've hit with apex in production thus far has been due to undocumented restrictions they have in place in production but not development orgs. it's like they don't want people using it...
Thank you, Viktor
There's no Sandbox for that Salesforce production environment I had access to. However, I could create the trigger in my developer environment and deploy it with Apache ANT in the production one (after providing enough test coverage).