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
Sara Morton 8Sara Morton 8 

List View - APEX coding error

I have a user that created a list view for contacts in Salesforce and was trying to send an engage message but received the following error.  Below the error I will list the filter criteria being used.  I am the SF Admin and we do not really have a developer at the company so was hoping someone could help guide me.  Thanks!  **This user sends engage emails via list views all the time and this is the first time with this error.

core.apexpages.exceptions.  ApexPagesHandle Exception:  Object type not accessible.  Please check permissions and make sure the object is not in development mode.  

Error Message - Full

Filter criteria (most of which are custom fields):
All Contacts
Account:  Open Opportunities = 0
Last Call Activity < 3/1/2020
Last Email Date <3/1/2020
Account:  Record Type Name = Prospect
Account:  Territory = South West, Mid West, West, Central, North East, Mid Atlantic
Account Owner: First Name = Jose
Persona = Larry Leader, Ollie Ops
Last Activity Date <3/1/2020

 
AbhishekAbhishek (Salesforce Developers) 
Hi Sara,

Your Query is answered in the blog,

https://communities.bmc.com/thread/150730?start=0&tstart=0

https://success.salesforce.com/answers?id=9063A000000l5AKQAY

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks.