Hi, I have a question about updating list data.
When i have a list with assigned form for CRUD operation and this operation i done in pop up forms using R3 default capabilities, and after closing the pop up form, list will update itself to show changes made to data. but when i do operation using action and manually ( for example calling back-end function save new record) in pop up forms, after closing the form, list will not refresh automatically to show changes.
How can i do my CRUD operation manually(using custom code) to let list detect the changes without enabling Auto refresh setting in list?