From the course: FileMaker: Tips, Tricks, and Techniques

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Data-file script steps

Data-file script steps - FileMaker Pro Tutorial

From the course: FileMaker: Tips, Tricks, and Techniques

Start my 1-month free trial

Data-file script steps

- [Instructor] With FileMaker Pro 18 Advanced you can now more easily debug your workflow automation, a new set error logging script step gives you the ability to write information about script errors to a log file. Let me show you an example of how this works in this file. You see that I've got this blue generate errors button and attached to it is a script that's called generate errors. And you'll notice on line three and line eight, I'm using the new set error logging script step. You'll notice on line three, I have set error logging turned to on. When the script step is encountered, FileMaker begins logging script errors. Errors continue to be logged for all scripts in the current file until the file is either closed or this script step is run with the off option, and that's why online eight I've got set error, set logging off. This is very similar to how set error capture works. Now, of course in line eight, I've got it…

Contents