Search Results for 'script'
-
Search Results
-
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.