Here is my goal. I have three fields within my table as follows:
Button Field (for the purpose of running script, available in Beta)
Check Box Field (used for filtering view)
Linked Record Field
I am looking for script (or other method) to do the following:
Click button to run script
Script marks Check Box with Check
Script adds all available records from linked table in the Linked Record field.
For example, say there are 3 records in the linked table. When I click the button in the record in my table, the Linked Record field should populate with links to those three records.
Thanks!