Forum Discussion
- XavierFanQrew CadetI would suggest using Automations:
Online Hlep for Automations
https://help.quickbase.com/user-assistance/about_quick_base_automations.html
For the trigger, you would want "when data changes".
You can specify the fields that changed, and the filter condition for the trigger to fire - such as:
[Status] = "Complete] for the Work Order
AND
[# of Invoices] > 0
Then the action would be something like:
- Add a record in the Receivables table
- with [Date Invoiced] = [Date of Last Invoice] (or something similar)- DirkRuanaQrew CaptainXavier:
Totally makes sense. I am just having trouble with "Add a Record." I am not seeing this option in drop down. Any ideas?
Thank you,
Dirk - XavierFanQrew CadetNote that I was suggesting using Automations, NOT Dynamic Form Rules.
You can access Automations by going to settings, and then Automations -> New Automation.
Form rules cannot add a new record - so that would not be suitable for this. - DirkRuanaQrew CaptainXavier:
Simple Automation seems easy enough.
I am having trouble adding a record in a related table (I'm pretty certain).
Passing record ID or something like that.
Dirk