Greetings -
I have a question on passing data between a view and a form. Currently, I have a Member view that lists all Members with their first/last name, address, etc. For each record, I have created a custom Action Button of "Add Donation".
When the user selects the "Add Donation" button, a popup form displays, allowing the user to enter donation information. On this Donation form, I would like to auto-populate the Members First and Last Name, carried over from whichever record they chose from the Member view. Also, even more importantly, I want to pass the Members' Zoho record ID, to ensure referential integrity.
I've been looking for the syntax or sample code to pass data like this, but I can't find it. Can this be done?
If it's possible, should I use Deluge script in the Donation On Load component to accomplish this? Or does this script belong in the Action Button?
Thanks,
Doug