Forum Discussion
ChayceDuncan2
6 years agoQrew Cadet
My rule of thumb is commonly around where/how edits are taking place. If edits are being made outside of the form - such as via Grid Edits, Button clicks, another automations etc - then stick with automations as they will still fire in those situations. Form rules only work as the name implies, on forms.
Your description is accurate - Form rules are real time, and automations operate after the fact, but automations also work outside the form.
Form rules are good for real time data entry and checking, such as controlling the user interface with show / hide. I'd advocate form rules when doing entry where you're trying to enforce a process - like when value is entered - require comments etc. If you're using form rules to populate background data or log things out that is more administrative, such as who approved something - you can probably get away with using automations to save space with form rules.
In your specific example - either would probably work. But you may want to go with automations for the reason I mentioned first - if anything happens outside the form - that forces one of your boxes to go to checked, automations will still be able to pick that up.
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base
Your description is accurate - Form rules are real time, and automations operate after the fact, but automations also work outside the form.
Form rules are good for real time data entry and checking, such as controlling the user interface with show / hide. I'd advocate form rules when doing entry where you're trying to enforce a process - like when value is entered - require comments etc. If you're using form rules to populate background data or log things out that is more administrative, such as who approved something - you can probably get away with using automations to save space with form rules.
In your specific example - either would probably work. But you may want to go with automations for the reason I mentioned first - if anything happens outside the form - that forces one of your boxes to go to checked, automations will still be able to pick that up.
Chayce Duncan | Technical Lead
(720) 739-1406 | chayceduncan@quandarycg.com
Quandary Knowledge Base
ScottRobertson
6 years agoQrew Trainee
Thanks!