Learning Claris FileMaker
317.3K views | +5 today
Follow
Learning Claris FileMaker
Give life to your data with an easy to use database ... I'll share cool FileMaker stuff for you, avoiding the programming part of it as much as I can.                        #WorkplaceInnovationPlatform #Claris
Your new post is loading...
Your new post is loading...
Scooped by Didier Daglinckx
Scoop.it!

Claris FileMaker Transaction Scripts

Claris FileMaker Transaction Scripts | Learning Claris FileMaker | Scoop.it

We dive deeper into the newly released Claris FileMaker 19.6 transaction script step functionality.


For any system with multiple users, transactional scripting is a must to ensure data integrity. 


One of the most exciting features of Claris FileMaker 19.6 is the addition of transaction script steps. 

These transaction script steps are easily one of the most important development features since cURL was introduced. 

This will allow developers who have already been writing transactional code to write it much faster. 


Transactional scripting helps ensure that your application is cleaner, more accurate, and free from technical debt.

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

DIGFM: The Value and Benefits of Transactions (2/11/2021)

Working remotely this past year has meant mostly accessing FileMaker systems over a WAN.

This has posed immediate challenges to systems that were not originally designed with that in mind.


So…let's talk about Transactions: understanding what they are, how they relate to CRUD operations and database normalization, and how you might use transactional concepts to improve FileMaker performance, especially over a WAN.


If you are struggling with solution performance, we’ll look at a way to build a baseline so you can have a starting point as to what you can strive for in terms of solution performance.
...

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

Transactions in FileMaker 19.6: Part 1

Transactions in FileMaker 19.6: Part 1 | Learning Claris FileMaker | Scoop.it

What Are Transactions? 


We each conduct transactions every day. 


We transact when we talk with other people, when we buy goods from a store, and when we check out a book from the library. 

In the database world, transactions have a similar meaning – exchanging this for that, whether it be ideas, encouragement, or money. 


Transactions are also a database concept for maintaining data integrity. 

When working with databases, there are times when you want to make several changes to […]

No comment yet.
Scooped by Didier Daglinckx
Scoop.it!

FileMaker Transactions: Editing records

FileMaker Transactions: Editing records | Learning Claris FileMaker | Scoop.it

The transactional method of working with records has one goal: to ensure all changes to records (additions, changes, or deletions) are done at once or not at all.

We’ve talked about this before.

The transactional method prevents some records in a discrete set (such as invoices and invoice line items) from being changed while others are left in a previous state.

We’ve reviewed in the past how to create records in a transactional method (here and here).

Now let’s turn our attention to the FileMaker transactions and editing records.

Review the Concepts
There are a few important points about the transactional process.

If we keep these ideas in mind, we will design a workflow that works for FileMaker transactions editing and continues the trend of data confidence. 

 

Read more about transactions on the blog ...

No comment yet.