Apex Triggers

Apex code can be invoked through the use of triggers, which wait for specific types of data modification and then execute Apex code. They can be used to update values before records are saved, or they can access read-only values within your org. Extremely useful for automating data management, you’re probably already using triggers within your org.

Since Apex triggers are part of your data model—independent of Skuid—they will function normally even when working with data inside a Skuid page. If you have Apex triggers in your codebase, you do not need to take any extra steps to ensure they function while working with Skuid.