Forum Discussion
AndrewS
4 years agoQrew Trainee
Hello Mark,
my first table is created using connected data to the QuickBooks.
------------------------------
Andrew S
------------------------------
my first table is created using connected data to the QuickBooks.
------------------------------
Andrew S
------------------------------
MarkShnier__You
4 years agoQrew Legend
I suggest that you create your new table and set the key field to be the company name. Initialize that table by running a summary report on your QuickBooks connected table and use the option to copy these to another table.
Then on that table create a field called [Company Exists?] as a checkbox field with a formula of true. Relationship from your company table back down to the QuickBooks table based on the company field and then look up that field for [Company Exists?]
Then Pipeline to add a record to the companies table when I record is created or edited in the QuickBooks table and the company does not exist.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Then on that table create a field called [Company Exists?] as a checkbox field with a formula of true. Relationship from your company table back down to the QuickBooks table based on the company field and then look up that field for [Company Exists?]
Then Pipeline to add a record to the companies table when I record is created or edited in the QuickBooks table and the company does not exist.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- MarkShnier__You4 years agoQrew LegendFormula Queries are expected to go to Open Beta in the next month or two. It will be much easier to identify duplicates. So you may want to just do this manually for a while and then do it using formula queries. If you had a formula query that would you identify the unique companies then you would not to have to have a relationship to see if the company existed.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------ - AndrewS4 years agoQrew TraineeThank you for the help Mark,
unfortunately this approach does not work.
Update, Create record trigger in the pipeline does not recognize 'Refresh Data' process in the QuickBase.
------------------------------
Andrew S
------------------------------- MarkShnier__You4 years agoQrew LegendIt can trigger when records are edited or added. That's all that the Refresh process does, edit, add and delete records.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- AndrewS4 years agoQrew Trainee
------------------------------
Andrew S
------------------------------