Whenever we have a referenced Table in any view of a table, there is an “add” button that will open up a Form to add new a new row into the referenced table, with the Id that matches both tables already filled up (ex: if you go to a clients table and select “Mark”, there will be a “Related Invoices” with all Mark’s invoices. If you click on “add”, it will open the form with Mark’s ID already filled.
I’d like to know if there is a way to do that manually, so I could create an action in the table view, instead of having to go to detailed view of a table.
Add a new row to another table using values from this row so you can set the relevant id (or any data that you want)
Go to another view within this APP and set to open the newly added row in the target table in a form to further edit (could be a detail view with quick edit columns enabled)
Thanks for your reply, TeeSee1! I gotta admit, though, I have not tried your solution, since LINKTOFORM seems to be simpler, hehe. But thanks anyway! This community is pretty awesome.