Hi
Lets say we have invoice form (table_1) and we changed and saved something in related table_2. Now we want to cancel invoice form and roll back all the changes in related table_2.
What is your idea for handling this cancel? We use temporary tables for related records and update table_2 only when request is completed. Other ideas ?
Lets say we have invoice form (table_1) and we changed and saved something in related table_2. Now we want to cancel invoice form and roll back all the changes in related table_2.
What is your idea for handling this cancel? We use temporary tables for related records and update table_2 only when request is completed. Other ideas ?