top of page

Triggers for Quickbase
Trigger an action to occur in Quickbase when a record is added or modified
This code is automatically executed and can be designed to perform one or many actions against your Quickbase when fired. We take advantage of the Quickbase Email Notification functionality to fire "QB Triggers".


Key Features of Triggers for Quickbase
.png)
Email file attachments to your users. This includes to email addresses that do not have access to your Quickbase application.
.png)
Create an audit of events that take place within your Quickbase application

Upload files to Quickbase from an email message. Great for mobile device uploads.
Additional Features of Triggers for Quickbase
-
Enforces Referential Integrity. In other words, if a master record is deleted, all child and grandchild record(s) get deleted as well.
-
Send an email message to Quickbase and have the information in the message inserted into an existing Quickbase table.
-
Send an email message to Quickbase that has files attached to it and insert the files into the file attachment fields in Quickbase.
-
Send a text message to Quickbase to pull information out of Quickbase and send it back to the person that sent the text.
bottom of page