Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccountContactRelation. Deploy Trigger. Entity is not api accessible #438

Closed
jrosenbloom613 opened this issue Dec 14, 2016 · 4 comments
Closed

Comments

@jrosenbloom613
Copy link

Hi All,

I'm trying to rollup from AccountContactRelation to Account, and getting an "entity is not api accessible" error https://goo.gl/gAh5uO . It seems from here https://goo.gl/kk1Z0S that the object is from API version 37 and from here https://goo.gl/tQIR9S that DLRS is running on version 37. What am I missing?

Thanks!!!

@afawcett
Copy link
Collaborator

So this looks like one of those objects that does not support triggers. You will have to try to use Calculatiob Mode as Process Builder. In this case try to use Process Builder itself to run the roll up (see docs in readme links) or use the Schedule Calculate button to schedule a full recalc. These are the only ways to work with objects that don't support triggers.

@tet3
Copy link

tet3 commented May 22, 2017

AccountContactRelation does support triggers as of API 38.0. This is happening due to the same bug as in #481 - the API version being used on the triggers and test classes is hard-coded at 32.0.

@afawcett
Copy link
Collaborator

Thanks @tet3, i'll take a look.

@afawcett
Copy link
Collaborator

v2.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants