I love JavaScript, and there are two new features in Claris FileMaker Pro 19 that have gotten me really excited. This last week, I finally had a chance to play with these features and discovered that Claris has quite outdone themselves in how they have allowed FileMaker developers to harness the inherent power of JavaScript.
Have you ever wanted to view your Claris FileMaker photos in a full-screen tile view or use a gallery of images as an interactive user interface? Traditionally, native image management within the Claris FileMaker environment has been limited, but the new Photo Gallery Add-On looks to change that.
I’ve been working with Claris Connect more and more recently and just this past week was working on a new flow to allow us to send email via MailGun from our FileMaker solutions. We know we can send mail via the Send Mail script step - which works great in most situations - but there are times when we are sending a ‘developer only’ email and the Send Mail script step requires us to embed SMTP credentials.
One of the newest script steps in FileMaker (added in FileMaker 19.0) is the Execute FileMaker Data API script step. The script step is quite powerful as it allows us to easily interact with the FileMaker Data API by making requests and returning data without having to go through the hoops of creating and authenticating a session.
In this edition of the FileMaker Add-on spotlight, we’re taking a deep look at the Rich Text Editor. If you’re familiar with web development, rich text editors have been around for years, allowing users to easily apply rich text in a browser for a “What-You-See-Is-What-You-Get” (WYSIWYG) interface.
Over the years, Portage Bay has developed a number of solutions of a type generally called ‘multi-tenant’. As I was discussing a possible multi-tenant project with a prospective client recently, it occurred to me that it would make an interesting blog post.