Forum Discussion
MarkShnier__You
4 years agoQrew Legend
Are probably many ways to do this but one way would be to trigger an automation when an address is added or edited and the primary checkboxes checked.
I would set up a checkbox field which would be true of the [Date Modified] was not within the last minute.
The field might be called [Previous Primaries OK to clear?]
IF(Now() - [Date Modified] > Minutes (1) and [Primary] = true)
The automation would modify other records which were primary but had not been just modified.
Make sure that the Automation filter just applies were the Related Parent is the same as the record being modified.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
I would set up a checkbox field which would be true of the [Date Modified] was not within the last minute.
The field might be called [Previous Primaries OK to clear?]
IF(Now() - [Date Modified] > Minutes (1) and [Primary] = true)
The automation would modify other records which were primary but had not been just modified.
Make sure that the Automation filter just applies were the Related Parent is the same as the record being modified.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
Related Content
- 3 months ago
- 5 months ago
- 4 years ago
- 28 days ago
- 9 months ago