Hello All,
I have TapForms iPad form connected to a client form via a “linked to form field”. When I run a simple script to duplicate the current record, the duplicate doesn’t show up until I return to list view.
The script:
var copyOfRecord = record.duplicate();
document.saveAllChanges();
This works as hoped in a “Table Field” record, but not otherwise.
I’m surely missing something.
Kind Regards, Dan
I found the issue. Several field scripts were the cause. I can move them to the record duplicating script.