Forum Discussion
15 Replies
- HALEYHALEYQrew TraineeThank you for the response!
I'm not sure Quick Base Actions are the best solution because we need to not just add records to the centralized table but also modify/delete them when the corresponding record in one of the 20 tables is modified/deleted. Is it possible to do this with a QuickBase Action?
And for the "formula to link back to the original document," what formula would you use? - QuickBaseCoachDQrew CaptainThe centralized table could have a relationship back to each of the 20 source tables. So 20 relationships. Then it could self detect if the Parent was deleted and either be hidden from reports or deleted by an Action or automation.
That could also be useful to use a lookup for any Text fields on the source records, that way you would not need to deal with edits by Actions as they would just be lookup fields. - QuickBaseCoachDQrew CaptainThe formula URL to display a clickable link to a file attchment in another table is like this
URLRoot() & "up/" & [_DBID_PROJECTS] & "/a/r" & [Related project] & "/e30/v0"
Replace e30 with e and fid of the field holding the file attachment. The v0 just says to always show the most recent version if the attached file.
.