Multi edit doesnt change data on the main view of records

Hi,

I have a link to a table, and based on the chosen record, the script changes other fields to the desired values. When I use the multi-edit function and change the link on multiple records, it changes the field in the form and the script fills in the necessary fields, but not in the main view of records. The changes only happen when I open each record separately and save them manually.

Hi,

If a Multi edit is made above the Grid, the script in the On model change section is not run at the same time. The same example is via the update records API, updateRecords runs, but the form script does not.

With regards,

Filip