Search Results for 'script'
-
Search Results
-
Topic: Links tutorial?
My apologies if the info I seek is already posted here, I have searched, but cannot find reference to what I’m looking for. I am very new to TapForms, sorry for the Noob inquiry.
I work for a Utility company and we have a project coming up where we will need to do site surveys of over 130 sites throughout the region.
Data that we need to capture for each site (utilizing TapForms) revolves around the door lock hardware. We will need to collect about 20 pieces of data per door such as: Lock hardware, condition, handing, material, etc. We will also want to have room for at least 3 photos per door and also room for comments. The sites range in size from 2 doors to 30 doors. The data (and photos) will then get imported into a database for future reference. It seems that the linking function will fit the bill, I’m just not familiar enough with its use to make it work properly.
Is there a way that I can start a record called site, then add doors underneath that record? OR would it be best to have each door as a unique record? I’m trying to get around entering site name, address etc. multiple times per door for larger sites and streamline this process as much as possible.
I hope this description makes sense. Thanks for your help, much appreciated.
Paul
Topic: Crashing on Script..?
I need to make a field called full name that incorporates a first name field and last name field with a space between the names.. I use the script as below however as soon as I put a space between the ‘ and ‘ the program freezes and I have to force quit.
function Full_Name() {
var first_name = record.getFieldValue(‘fld-ee04b40fb2b64df5b26e7bf330e46657’);
var last_name = record.getFieldValue(‘fld-f6c97003b1124b9ba8bd677d2142213f’);
return first_name+”+last_name;
}
Full_Name();any advise?
I am running : Version 5.3.5 (Build 943)
on OSX 10.14.3 with latest updates as of today.Thanks Guys!
Hi B. Any chance of getting a video tutorial on how how to use a scripts. I’m a visual learning person. I’ll hang up and listen for your answer. Thanks
Topic: Navigation layout components
Greetings again,
Is there a simple way to add navigational controls on a custom layout? I’d like to add some basic buttons to navigate to First, Previous, Next, Last & Create new records.
I’ve tried adding a script for a keyboard shortcut, but TF will not allow me to use key combos that are already assigned. And as a disclaimer – yes, I know there is navigation in the app itself, but the prev/next buttons are relatively small and reside WAY too close to my auto-hide app bar when in full-screen… when adding records in bulk it becomes quite a nuisance.
Thanks in advance!
Is is possible to send an email from/with Tap Forms using the contents of some fields of one record to populate the email. For example, an email field to be set as the recipient, another as the subject of the email, etc.?
I hardly know AppleScript but I can see that it provides a way of automation the generating an email. But I cannot see in the AppleScript library for Tap Forms to way to address individual fields. But that could be because of my ignorance.