this is form with temp table , I have a validations in this form on close if Sum(allocation ratio) != 100 throw error .
when I try to update allocation ratio to avoid error data doesn't update
I try to add TempTable.update() ; on write () or on modified () but doesn't work well
How can I fix it ?