Hi All
I am trying to build a model for a company web tools portal.
The model I came up with was to have two browse screens. In one, the user will see all the different web tools the company has. One of the controls in the template is a toggle. By default all toggles are set to off. It is supposed to act as a filter to determine whether that record should be displayed in the user personal screen (Screen_2)
The user will then turn on the toggles for the tools they want on their personal screen (screen_2).
Is there a way to create a function for the toggle to make it updates the corresponding record ONChange?