You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
RollupController.cls
currently uses API 32 in it's several methods that generatepackage.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.The text was updated successfully, but these errors were encountered: