Issue with viewing interaction Records, record is refreshing forever Issue ProblemWhen user is opening an interaction record, the record keeps refreshing again and again Steps to reproduce 1. Impersonate user with issues 2. Go to interaction.list 3. Open a record 4. Observed the records is refreshing again and again ReleaseGenericCauseRoot CauseThe issue is caused by a custom script that automatically saves the form when the 'sow' view is used. It has this code if (view == 'sow') { g_form.save(); }ResolutionSteps to Resolve1. Go to the custom script used2. Disable the script