be happy to share, but let me explain the workflow. I have a list of customers and a quote button. When the user clicks the quote button, I need to save the customer ID, since they can then go back to the list of customers, search for a different customer and click the quote button on that customer. Now I will have 3 tabs, the customer search tab with the latest customer selected, and 2 quote tabs. When the user sets the original quote tab in focus, I need to know who the customer is so when new quote records are created they get associated to the correct customer.
The process that I run just saves the customer into LISU so it looks like: LoggedInSystemUser.selectedCustomer = Customers
If you want to see any of the code, be happy to share.
Bruce