Blog & Latest News

  • All
  • Analytics
  • Berlin
  • Calendar
  • DevCon 2015
  • DevCon 2019
  • FileMaker
  • FileMaker 12
  • FileMaker 13
  • FileMaker 16
  • FileMaker 19
  • FileMaker Go
  • FileMaker Go Best Practices
  • FileMaker SQL
  • Games
  • Gmail
  • GoZync
  • HTML5
  • iCal
  • Interface Design
  • javascript
  • JSON
  • Making Time
  • Maps
  • Pause
  • PauseOnError
  • Resource Scheduling
  • Salesforce
  • seedcode
  • SeedCode Complete
  • Sidebar
  • WebDirect
  • What Works
Introducing Draft Settings Mode

March 3, 2024

Following up on this idea that people stretch themselves when they feel a little safer, we’ve been very focused on the customization experience for DayBack these last few months. We’ve introduced features to give folks more confidence when they are customizing their calendar. (For more on this idea of “lowering the stakes” for developers, check out our original post on LinkedIn.) Now we’re releasing ? Draft Setting Mode…

Using the Salesforce API in Claris FileMaker

May 4, 2023

SeedCode’s Ann Kiser recently spoke to the Claris Beyond user group about her experiences running projects in Salesforce and how to use the Salesforce API to bring Salesforce records into FileMaker. She’s uploaded her unlocked example file here for you to examine. Ann runs custom projects here at SeedCode and has been managing a lot of Salesforce projects lately since DayBack is deployed in both the Salesforce AppExchange…

Send Calendar Invitations from FileMaker with Google Calendar

December 11, 2022

We’ve been sending lots of calendar invitations from FileMaker as part of our DayBack deployments. The best workflow we’ve found invites the recipient to an event rather than creating the event right on the recipient’s calendar. This approach offers many advantages, including polling for the recipient’s response to see if they have accepted the invitation (screenshot below) Get the Unlocked Example File Jason Young packaged this into an…

Creating an Automatic “New Version Available” Alert with create-react-app and Firestore

August 8, 2021

Single Page Applications (SPAs) have a significant advantage over traditional multi-page applications in that they load assets when a client initially accesses the app. This means that routing can be very fast; the user doesn’t have to load a new HTML file every time they navigate within the application. But this advantage also creates a unique problem: after deployment, users will only have the latest version of your…

Add a Calendar Selector to DayBack for FileMaker

July 31, 2021

KC Embrey has written a custom action to turn the “new event” button in DayBack into a calendar selector. This lets you make new events even faster and is the basis for creating event templates. Here’s a short video of this mod in action: KC wrote the original version back in May but just updated it to work in DayBack for FileMaker 19, since FileMaker’s web viewer blocks…

Why We Use Cloud Functions

April 25, 2021

Over the past year, we’ve been building some web apps in React that talk to our customers’ FileMaker servers and to Google’s Cloud Firestore database. As part of that, we’ve begun working with Google’s flavor of FaaS (Function as a Service), Firebase Cloud Functions. Cloud Functions, along with AWS Lamba and Microsoft’s Azure Functions, are part of a growing trend towards serverless architecture. The commonly cited advantages to…

Web Viewer Tips For FileMaker 19 – Hardening the FileMaker.PerformScript Function

January 30, 2021

If your web viewer code calls the FileMaker.PerformScript function when loading, it’s possible that it hasn’t been injected into the web viewer yet, and your code will fail with a breaking error. How can we harden our opening routine to ensure this breaking error doesn’t occur and provide the best experience for the user? Part 3 of 3 of our series on Web Viewer Tips for FileMaker 19.…

Web Viewer Tips For FileMaker 19 – Hosting Your Web Viewer Add-On

January 10, 2021

What are the benefits of building a hosted app for the web viewer in FileMaker? And how can we make this approach work in WebDirect where it looks like FileMaker only supports data URLs? In a previous article, we looked at writing JavaScript for FileMaker 19 that matches a typical  JS pattern of making asynchronous calls to a data source and handling the results. One of the important…

Paginating Firestore Queries with Document Snapshot Cursors and react-redux-firebase

December 5, 2020

We’ve found react-redux-firebase (RRF) to be a big time saver when querying Firestore. Despite the name, the library has robust support for not just Firebase, but Firestore too, pulling in redux-firestore behind the scenes for Firestore operations. The documentation for RRF’s use of redux-firestore’s APIs is scant within the RRF docs themselves, but redux-firestore’s documentation is extensive and can be applied to usage of RRF.   We make…

Web Viewer Tips for FileMaker 19 – Writing Asynchronous JavaScript

November 23, 2020

Should we trust the script execution order in FileMaker? Or should we write web viewer code that doesn’t care? In FileMaker 19, developers can now use JavaScript in their web viewer apps to call FileMaker scripts directly. And when those FileMaker scripts complete, they can, in turn, call JavaScript in the web viewer to pass results back. While it’s tempting to assume these two things will happen right after…

Prev
1234

Featured Posts

Follow Along

Stay up to date with the latest news & examples from SeedCode

FOLLOW ALONG

Stay up to date with the latest news & examples from SeedCode

© 2026 SeedCode, Inc.