Tap Forms – Organizer Database App for Mac, iPhone, and iPad › Forums › Script Talk › Duplicate Current Record with Script Command
Hello All,
Does Tap Forms have a script command to duplicate the record currently being viewed. Have tried Duplicate(this) with no luck.
Many Thanks, Dan
Yes, there is
var copyOfRecord = record.duplicate(); document.saveAllChanges();
You can execute this from a form script.
Many thanks Daniel. Just what I was looking for.
You can find all the commands Tap Forms supports here:
https://www.tapforms.com/help-mac/5.3/en/topic/javascript-api
This is very helpful Brendan. Many thanks for this and Tap Forms…
You must be logged in to reply to this topic.
Log in / Register