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
msaz87msaz87 

Chatter Answers: Disabling Trigger Gives "Entity is not org-accessible" error

I'm trying to disable an old trigger, chatter_answers_question_escalation_to_case_trigger, via Eclipse, but when I try to deploy it I get the error, "Entity is not org-accessible."

It appears that the the sobject type for the trigger in the sandbox is "Question" but that object no longer exists in production.

User-added image

From what I've gathered via other forums is this relates to the removal of Chatter Answers in the Summer '16 release. In fact, I still have a "Chatter Answers" section in my setup in sandbox, but not in Production.

Sandbox:
User-added image

Production:
User-added image

How can I fix this to allow me to disable the trigger in production?
Prateek Singh SengarPrateek Singh Sengar
Hi,
You might want to try deleting this trigger from production. Now you cant directly delete the trigger, therefore you will have to use desctructive changes. Please find below few links explaining the process:

http://carvingintheclouds.blogspot.com/2013/12/deploying-destructive-changes-using.html
https://developer.salesforce.com/page/Propagating_Destructive_Changes