Adding to a current subscription

In my application I have an Autoform where there is a Company dropdown and an Employee dropdown. Depending on which Company the user selects determines which Employees to subscribe to. However, if the user changes the Company the page is unsubscribing to the current set of employees and then subscribing to the employees that match the newly selected company. Is there anyway to just add to the current subscription to minimize load time?

Thanks

Take a look at subs-manager.

1 Like

So far this seems to be exactly what I was looking for. Much appreciated.