FileMaker 2023 includes several useful new features, like Perform Script On Server with Callback. Another noteworthy feature we want to explore is a new script trigger, OnWindowTransaction. We can find this script trigger within the list of script triggers that appear within the File Options selection of the active FileMaker file.
The Support Group Blog
Claris has departed from the tradition of sequentially numbering its product releases. They decided to use the year of the release in the name of their latest release – FileMaker 2023. Yet, a word to the wise, while the name of the software is FileMaker 2023, the version number internally to the software is FileMaker 20.x.x.
Claris FileMaker 2023 includes many new features. The Perform Script On Server with Callback (PSOSWC) function is arguably the most exciting new script function we've seen in years.
Welcome back to the third and final part of our FileMaker project management blog series. We reviewed the various types of project management solutions and established a basic set of requirements and the beginnings of an ERD for the system in part one. Then we brainstormed the workflow for our system and used a few whiteboards to make preliminary sketches of how the solution will work. Finally, we will build the application and flesh out a FileMaker project management template.
As a reminder, we're working on project tracking software that we can build using the FileMaker platform. Our FileMaker Project Management Solution blog post discussed some fundamental functionality many off-the-shelf project management applications offer and their shortcomings for users with unique workflows.
Over the years, we've worked on various project management solutions of different shapes and sizes. Yet, building a project management application seems strange, considering how many off-the-shelf project management applications are currently available – Basecamp, Jira, Trello, and monday.com, to name a few. Of course, each of these programs has its strengths, but the issue that many of our clients have is that the model those solutions address doesn't quite fit how they specifically do business.
Executive Summary
As a low-code development tool, FileMaker is as effective a solution for unconventional business workflows as it is for standard processes, like a project management system or a QuickBooks integration. We can even leverage FileMaker machine learning capabilities to automate talent recruitment.
Reading and categorizing job descriptions is challenging work. It's very monotonous, and it takes a long time for a person to become an expert. But this is an ideal use case for custom software. See how we can simulate algorithms and teach FileMaker to tag content automatically.
The ChatGPT wave of innovation continues to roll along. OpenAI has released a new version of ChatGPT, version 4.0. The latest version features a host of back-end improvements and several key front-line upgrades, including real-time multi-lingual support, improved intuitive contextual understanding, and an adjustable personality slider that allows users to adjust the tone and communication style of the artificial intelligence (AI).
It is also multi-modal, which is a fancy way of saying that we can submit images to it as part of a chat or request. So, for example, we can draw a picture of a website diagram and ask it to make the website. It will then give us instructions and sample code for creating that website – all based on a drawing.
Premier Financial Services (PFS) is one of the nation's leading finance firms for vintage and exotic cars. They've been offering finance options for auto enthusiasts for over 25 years. 1st Financial Bank, an FDIC-backed institution, acquired Premier in 2021.
Premier has relied on the FileMaker Platform to help them manage their operations for almost as long as they have serviced customers. We usually find FileMaker in educational institutions and non-profit organizations. So, that a financial service provider like Premier trusts this low-code platform speaks volumes about its efficacy, reliability, and usability.
Issuing lease agreements is a rather involved process. First, applicants must complete the necessary paperwork that delves into their personal and sensitive areas. Then, the lessor has to evaluate all the information provided to determine eligibility and how much money to offer. The work includes a lot of number crunching and critical thinking, basically technical and human tasks. That is an ideal combination for custom software.
One remarkable thing about working in a supportive and dynamic collective like the FileMaker developer community is that we can share our experiences and techniques. With Claris FileMaker, there are often many solutions to any given problem, and over time our community has come up with some innovative and creative ways to use FileMaker. Unfortunately, these things are usually not found in the standard documentation, but developers share them among themselves. Here are three compelling tips and techniques that we discovered recently.
As we discussed in our previous blog post, FileMaker has released a new feature set involving transactions. The new scripts allow us to send the changes we make to a record to the server in aggregate. So, we can batch all our changes together in one transaction and send that to the server.
If you read our blog regularly, you might remember we created a test file to demonstrate a technique on how to create multiple records at one time. We can also use the new transaction scripts to accomplish this task. For example, instead of creating 10,000 records in a loop one at a time, thereby producing 10,000 individual transactions, we should be able to submit those 10,000 new records as a single transaction.