🔍 Intro: FileMaker has always been a powerful platform for building business apps. But when it comes to understanding how a solution changes over time — which script was edited? what field was added?...
Integrating Zoom meeting functionality into a FileMaker-based CRM system opens up a streamlined workflow for scheduling, inviting, and following up on virtual meetings — all from within your custom app. This guide outlines how...
When integrating with APIs, it’s common to encounter a requirement for JWT-based authentication. JSON Web Tokens (JWT) are a compact and secure way to pass claims between systems and are commonly used in modern...
At Horneks, we’ve always authored our ACF scripts in external editors — most recently using TextMate — where the source code lives in text files and is manually loaded into FileMaker for compilation. The typical workflow...
This experiment blew my mind when I asked ChatGPT to assist in rewriting a FileMaker Custom function that was messy, had a lot of parameters and also did recursive calls. Some of the details...
Many demos come with a time-limited license that allows you to test the product before purchasing a permanent license. However, as time passes, the demo license expires, and any call to the plugin will...
Introducing .xlsx Support in the ACF Plugin The ACF plugin now supports producing native Excel spreadsheets in the widely used .xlsx format! The XLSX format is essentially a ZIP package containing various interrelated XML...
Look at the Youtube video we have just uploaded: Look in the download section to download the demo application shown in the video. You can have OpenAI assist you in Writing an email to...
Scroll down for English translation! Vi har laget en sømløs integrasjon med Conta fakturering og regnskap, som enkelt kan tilpasses de fleste ordrebehandlings systemer. Enten om det er et egenutviklet system, eller fra en...
CalendarWithImage Draw a calendar month with a image on top, logo, qrCode, etc.
drawCalendar A function to draw a calendar image using the Image Drawing capabilities.
MakeContainerFromPath A small utility function to load a container field with the content of some file. To avoid fighting with filename paths and "Insert Image" script step.
AnnualReport_DemoFurnitures Full package with report generation to Excel, adding 3 different chart types to the report. Stacked column and line-chart on sheet 1, 2 and 3. Multiple doughnuts on sheet 4.
MakePlatformBannerImages Full package for adding plattform banners overlay on product images. Uses ImageMagic
RetrieveDataFromExcel Return a two-dimensional JSON array from the content of a Excel Spreadsheet
DragAndDropOptions Create Option JSON object for use with the new Drag & Drop functions in the ACF-Plugin 1.7.7.4, now 1.7.8.2 is available.
LocalizedDate Convert at Date or Timestamp value to a localized string
DemoGetSQLdata A short demo to demonstrate the named placeholders and the INTO statement in ACF-plugin SQL.
GenJWTtoken Create and sign a JWT token for use in API-authentication