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

Update RollupController.cls to remove hard-coded API version references #505

Closed
tet3 opened this issue May 22, 2017 · 2 comments
Closed

Comments

@tet3
Copy link

tet3 commented May 22, 2017

RollupController.cls currently uses API 32 in it's several methods that generate package.xml, destructiveChanges.xml and *-meta.xml. This results in failed deployment of triggers on standard objects newer than that API version, such as AccountContactRelation and WorkOrder (see #481 #438 and #496 )

At a minimum, this API version should be declared once in a static final at the top of the class, though dynamic calculation or storing it's value in an admin-accessible spot would be good options too.

@afawcett
Copy link
Collaborator

Agree👍🏻

@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

2 participants