Skip to content

v1.7 FileMaker 26 Ready

Choose a tag to compare

@CadenceUX CadenceUX released this 10 Jun 05:33
· 8 commits to main since this release
4304d62

[1.7] — 2026-06

Added — 2 missing script steps added to script-steps-catalog.json
Full audit of script-steps-catalog.json against FileMaker Pro 22.0.1 and 21.1.1 release notes
identified two steps that were missing from the local catalog.
Added — Go to List of Records (Found Sets category, FM 22.0.1):

Goes to a layout and returns a found set specified by a list of record IDs.
Accepts: carriage-return-separated value list, JSON array of string/number IDs, or JSON array
of objects with recordId keys.
Companion to GetRecordIDsFromFoundSet — together they enable saving and restoring found sets
across script jumps or file switches.
Not supported in FileMaker WebDirect.
doc_url: https://help.claris.com/markdown/en/pro-help/go-to-list-of-records.md

Added — Set Revert Transaction on Error (Control category, FM 21.1.1):

Controls whether an error inside an Open Transaction block auto-reverts the transaction.
When set to Off, the script continues after an error and can decide to commit or revert manually.
Use Get(RevertTransactionOnErrorState) to query the current state.
Always reset to On before exiting a script that set it to Off.
doc_url: https://help.claris.com/markdown/en/pro-help/set-revert-transaction-on-error.md

Step count: corrected from 155 → 157