New power for your everyday tools in FileMaker 2025 – Claris Community Live

Special event featuring Vincenzo Menanno from Beezwax, with Claris product team

Watch this Claris Community Live event where Vincenzo Menanno from Beezwax will join the Claris product team to discuss the enhancements available with FileMaker 2025 (v22). Learn about streamlined app upgrades, secure server integrations, and a modernized UI, prioritizing user feedback for improved functionality, enabling powerful new features for implementing AI with FileMaker.

Continue reading “New power for your everyday tools in FileMaker 2025 – Claris Community Live”

Beezwax Sponsors Vienna Calling 2025 – FileMaker Developer Conference

Vincenzo Menanno Presents “Till Technical Debt do us Part!”

This week, June 5-7, we’re in Austria, at Vienna Calling 2025. The Claris® FileMaker® Developer conference feature open discussions, interactive workshops and collaborative break-out sessions. Beezwax is proud to be a conference sponsor.

Continue reading “Beezwax Sponsors Vienna Calling 2025 – FileMaker Developer Conference”

Beezwax Presents at Elevate FM 2025 – Toronto FileMaker Developer Conference

Vincenzo Menanno Presents “Modernizing Code – Maintaining Your Investment”

This week, May 26th, we’re at Elevate FM 2025, a brand new conference taking place in downtown Toronto, Canada. The Claris® FileMaker® Developer conference features sessions by industry experts, training workshops and interactive discussions.

Continue reading “Beezwax Presents at Elevate FM 2025 – Toronto FileMaker Developer Conference”

Explore using REST and cURL with FileMaker Data API

With FileMaker 2024 (v21), Claris unveiled powerful features and improvements aimed at enhancing data management efficiency and security. This blog post series covers the advancements in FileMaker’s Data API (FM DAPI), focusing on REST and cURL, which offer developers greater control and flexibility in their applications.


We’re providing a tutorial file (bzTrainer-FMDAPI) to help you learn and experiment with various REST and cURL functions using FileMaker’s Data API. Enjoy exploring!

Continue reading “Explore using REST and cURL with FileMaker Data API”

Using OData, Syslog or DuckDB to handle FileMaker Schema Change Notifications (via Plug-in API)

FileMaker Server v21.1 (2024) introduced functionality for plug-ins to receive notifications of changes to database schema, layout, custom functions, or scripts. Notification messaging is passed in the form of JSON. Let’s show a few examples of these JSON payloads, and how a plug-in might use external tools (Syslog, DuckDB or OData) to handle things.

Continue reading “Using OData, Syslog or DuckDB to handle FileMaker Schema Change Notifications (via Plug-in API)”

What’s New in FileMaker Pro 21.1? Exploring AI-Powered Semantic Search, Developer Productivity Boosts, Security and More

FileMaker Pro 21.1, the newest update to Claris FileMaker 2024, introduces powerful new AI capabilities and significant quality-of-life enhancements for developers. The Beezwax team gathered to dive into these exciting updates, including Chief Innovation Officer Vincenzo Menanno, Director of Engineering Andrew “Red” Witschonke, Developer & Systems Engineer Simon Brown, and Senior Developer Fabio Bosisio. Here are the highlights from their discussion.

Continue reading “What’s New in FileMaker Pro 21.1? Exploring AI-Powered Semantic Search, Developer Productivity Boosts, Security and More”

Rome FileMaker® Week 2024: iOS Widgets & Local File Technique

A Claris Community event with presentations from Vincenzo Menanno and Fabio Bosisio, plus Beezwax as a Sponsor

This week it’s Italy for one of our favorite annual events in the developer community… formazione, condivisione e di nuovo divertimento [training, sharing and fun yet again] …covering the past, present and future of Claris® FileMaker platform development…

For Rome FileMaker Week (October 10-11, 2024), Vince Menanno and Fabio Bosisio from Beezwax have created presentations on:

  • iOS widgets using Javascript and FileMaker Data API
  • The ‘Local File’ technique… A force to be reckoned with!
  • plus a sponsored session: Analyze your solution with Inspector Pro 8

Beezwax is also proud to be a sponsor once again this year, for Rome FileMaker Week 2024.

Continue reading “Rome FileMaker® Week 2024: iOS Widgets & Local File Technique”

Python with FileMaker®: Get Started with Analytics, Automation and AI + ML

Christos Savva from Beezwax presents at Bay Area FileMaker Developer Meetup.

Join us for an informative and interactive meetup that explores the benefits of integrating Python with FileMaker. Learn how Python can enhance your Claris FileMaker solutions by enabling data and visual analytics, IT automation, and AI + Machine Learning integration.

We’ll cover “Getting Started” with Python (using FileMaker 2024 on macOS for the demo) and briefly review various integration methods, such as web viewers, plugins and serverless options. We’ll demo an example FileMaker solution, bzPython-FM.

Continue reading “Python with FileMaker®: Get Started with Analytics, Automation and AI + ML”

Reconnect.Brisbane – AI with FileMaker 2024 and The Collaborative Journey

Katherine Russell and Vince Menanno from Beezwax present at Reconnect in Brisbane, Australia.

Beezwax is proud to sponsor and present at Reconnect.Brisbane, one of the biggest Claris FileMaker Developer conferences in the Asia-Pacific region this year. We’re excited to gather with our peers in the Claris community, and for the chance to engage in presentations and discussions on the latest development trends, especially AI with FileMaker.

At Reconnect 2024, Katherine Russell and Vince Menanno from Beezwax will kick off developer presentations with two sessions:

  • AI with FileMaker 2024: Get More Out of Your Data and Apps
  • The Collaborative Journey: Evolving Through Code, Teams, and Technology
Continue reading “Reconnect.Brisbane – AI with FileMaker 2024 and The Collaborative Journey”

bBox 1.04 for FileMaker Now Available

We are pleased to announce the release bBox version 1.04, including improvements to text parsing, XPath and SQLite support, and utility functions for FileMaker Admin API, Data API and OData API.

bBox is a free utility plug-in to extend FileMaker solutions to easily use code libraries. Supporting both macOS & Ubuntu Linux, it has functions to help you work with Python, JavaScript, PHP, Ruby, AppleScript, Bash/Zsh/sh, XPath, and SQLite. Also included is a demo file that has over 220 examples of how you can put bBox functions to work for you.

Continue reading “bBox 1.04 for FileMaker Now Available”

dotFMP 2024 – Chatbot, AI with FileMaker, Technical Debt

Fabio Bosisio and Vince Menanno from Beezwax present at dotfmp Berlin, 2024.

If it’s June, we must be in Berlin for dotFMP …gathering with the developer community, and celebrating the launch of Claris FileMaker 2024, especially AI with FileMaker functionality.

As conference presenters, Fabio Bosisio and Vince Menanno from Beezwax will lead two sessions:

  • Chatbot in FileMaker 2024 {From Amazon Lex to the new GenAI}
  • ‘Til Technical Debt Do Us Part
Continue reading “dotFMP 2024 – Chatbot, AI with FileMaker, Technical Debt”

Use REST and cURL with FileMaker 2023’s Data API

FileMaker 2023 (v20) added minor functionality to the FileMaker Data API. Here, we’ll cover an overview of the new date format parameters, Save Record as PDF script step, and several bug fixes. We also want to mention another option, FileMaker’s OData features, for some of the integrations we might otherwise handle via REST, cURL, and the FileMaker Data API.

We’re providing a tutorial file for learning more and trying out various REST and cURL functionality with FileMaker’s Data API. Enjoy!

Continue reading “Use REST and cURL with FileMaker 2023’s Data API”

Rendez-Vous 2024 – Claris FileMaker Conférence, Nantes, France

À la conférence Rendez-Vous::FM 2024, 31 mai et 1er juin 2024 à Nantes, France, Vincenzo Menanno de Beezwax (sponsor or de la conférence), présente “Utilisations créatives et gains de performance grâce au fichier local, avec Claris FileMaker, et “Enquêter, accélérer et collaborer avec InspectorPro 8“.

Continue reading “Rendez-Vous 2024 – Claris FileMaker Conférence, Nantes, France”

EngageU 2023 – Most Inspiring Claris FileMaker Development Conference

I collected some thoughts and observations from EngageU 2023, the European Claris / FileMaker Developer Conference held Nov 12-14 in Antwerp. Beezwax was proud to be a sponsor. There were plenty of technical discussions, a few described here, and even moreso, plenty of things that should make us all inspired heading toward 2024. If last year’s conference were the “Biggest Claris FileMaker Conference of 2022“, this year’s EngageU was the Most Inspiring, as well as the Biggest of 2023.

Continue reading “EngageU 2023 – Most Inspiring Claris FileMaker Development Conference”

Handling Historical Data with FileMaker and AWS Athena, S3 & Serverless

In this blog post, we will explore a solution for optimising a FileMaker app that handles large amounts of data. We will address the challenges of data storage, file corruption, and performance degradation when dealing with historical data.

By leveraging cloud storage and serverless computing, we can offload and query this data efficiently, ensuring better performance and scalability.

Continue reading “Handling Historical Data with FileMaker and AWS Athena, S3 & Serverless”

FM-DiSC: Handling Historical Data with FileMaker, AWS Athena, S3, Serverless

Fabio Bosisio from Beezwax demonstrates handling historical data in a Claris® FileMaker® solution, utilizing a combination of AWS services including AWS Serverless, AWS S3, and Amazon Athena’s Interactive SQL. Use cases include archiving, data mining, and reporting.

Continue reading “FM-DiSC: Handling Historical Data with FileMaker, AWS Athena, S3, Serverless”

dotfmp: Python + Claris® FileMaker® | Historical Data & AWS Athena/SQS/S3 | UX & DX for Great Solutions

Christos Savva, Fabio Bosisio and Vince Menanno from Beezwax present at dotfmp Berlin, 2023.

This week we’re in Berlin… one of the stops on the Road to Claris Engage 2024 …gathering with the developer community, and highlighting innovation for the Claris FileMaker platform development. As conference speakers at dotfmp Berlin (June 1-3), Christos Savva, Fabio Bosisio and Vince Menanno from Beezwax present three sessions:

  • Enhancing FileMaker with Python
  • What do you do with all this historical data in your app? [AWS Athena Interactive SQL / Serverless / S3 with FileMaker]
  • Elements for Building Great Solutions [FileMaker UX & DX]
Continue reading “dotfmp: Python + Claris® FileMaker® | Historical Data & AWS Athena/SQS/S3 | UX & DX for Great Solutions”

Native HTML Email in Claris® FileMaker®

Claris FileMaker has built-in methods to send email in HTML format, using SMTP protocols. I’ll cover what this means, how to use this functionality, and use FileMaker to send basic HTML email.

Continue reading “Native HTML Email in Claris® FileMaker®”

End to End Web Integration for Claris® Platforms

Alec Gregory from Beezwax presents at the Claris Beyond Meetup.

Let’s talk about building web UIs, JavaScript functions and new integrations for Claris FileMaker and Claris Pro. Learn how you can manage various stages of the web integration process with the open source bzBond.

Continue reading “End to End Web Integration for Claris® Platforms”

DIGFM December 2022 – Script Transactions in Claris FileMaker

Vince Menanno from Beezwax presents at DIGFM.

Let’s talk about Claris® FileMaker® and script transactions in FileMaker 19.6!

Continue reading “DIGFM December 2022 – Script Transactions in Claris FileMaker”
1 2