Question about auto-populating fields across tables
I wish to auto-populate a field from another field in another table, but am not sure if it is possible for our specific scenario. If yes, how would I accomplish it? I tried to create an action, but it doesn't work.
The affected tables are 'Audit' and 'Scorecard' and I have parent/child and child/parent relationships setup because in each form we need to pull in some fields from the other table. For every Audit record, there will be only 1 associated Scorecard record, and vice versa. Ultimately, we will have multiple different Scorecard tables for different categories. Each Scorecard form will have mostly unique fields. In every Audit record, a Scorecard from only one of the Scorecard tables will be associated, depending on the category selected in the Audit record.
I created an action where when a new Audit record is created, then a new Scorecard record is also created, and in the new Scorecard record, the related Audit record # auto-populates along with selected associated lookup fields. This action is working fine. We will create a separate action in the Audit table for every Scorecard table - so when a certain category is selected in a new Audit record, the new Scorecard record will be created in the correct Scorecard table.
This action allows us to auto-generate new Scorecard records (instead of manually), and see related Audit record info in the Scorecard record. This action is working fine.
But we also need to get the Scorecard record # and some lookup fields into the Audit Record, automatically if possible. I tried creating an action in the Scorecard table, but it is not working, I think because it has no way to know which record in the Audit table is associated with the Scorecard record.
Is there a way to accomplish this? Any help is appreciated.
Also, I understand we can only have up to 10 actions in one table. So if we needed to have more than 10 Scorecard tables (say up to 50), is there any other way to automatically create new Scorecard records when a new Audit record is created, outside of using an action?