Hi Team,
I have used an OOB CRM editable grid where i can add values to certain attributes.
On change, i am validating the value in a cell (say, Amount) and based on certain aggregate conditions , i am showing a grid cell notification. But i also need to prevent save.
I was under the assumption, that setting field notification will prevent the save, but i can verify from the advanced find, that values are still getting updated in the back-end.
Any help is appreciated in this matter.
(Please note that I can't make use of Plugins to through out error, as the validations are like aggregate of the rows in context, and can't throw error for just one record change, if more than one records exists)
*This post is locked for comments