Greetings all. I need some help.
I want to update a specific collection record from a modal screen. How do I bind a record listed on a list page to display info on a modal page; then input a field of the collection record; then upon closing the modal, update the collection record?
In other words…
… list collection record
… select specific record to display on a modal
… input data on the modal
… update the collection record upon closing the modal.
Thanks in advance.