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
Prior to fflib upgrade, onValidate of RollupSummaries was invoked in onAfterInsert & onAfterUpdate. After the conversion to fflib, onValidate is only called by default during onAfterInsert which results in validations not being enforced when a rollup is updated.
The text was updated successfully, but these errors were encountered:
jondavis9898
changed the title
Rollup Summary validations not being enforced after fflib upgrade
Rollup Summary validations not being enforced on updates after fflib upgrade
Jul 24, 2015
jondavis9898
added a commit
to jondavis9898/declarative-lookup-rollup-summaries
that referenced
this issue
Jul 24, 2015
…rced on updates
Had two options here - refactor to a common validation method that is
called by both flavors of onValidate or enable
Configuration.OldOnUpdateValidateBehaviour. Decided to go with the
former to avoid legacy based code.
Prior to fflib upgrade, onValidate of RollupSummaries was invoked in onAfterInsert & onAfterUpdate. After the conversion to fflib, onValidate is only called by default during onAfterInsert which results in validations not being enforced when a rollup is updated.
The text was updated successfully, but these errors were encountered: