Idea Summary
Provide a way to execute validations on Interactive grid columns only when specific columns are modified instead of triggering them for every DML.
Use Case
Today, in Interactive grids, validations defined on all columns are triggered irrespective of whether the value in a column is changed or not.
Sometimes it may be needed to trigger a validation only when if the column value has beed modified.
Unneccessary triggering of validations may lead to less performant IGs.
Preferred Solution (Optional)
In Validations for IG columns provide a declarative way to configure the settings to execute a validation only if a column or set of columns are modified.
