I want to be able to dynamically change the view using JavaScript code in my Form Script file. The form uses a Multiselect Control, so using the addCustomView lookup control method will not work. It does work, however, if I select an arbitrary lookup control and add the custom view to that. This method requires at least one basic lookup control to be on the form, however. The Multiselect Control takes in a property to store the view ID to be used as the default view. I want to be able to change the view based on certain events that occur in the form, such as selecting one of the other fields with a particular value. My only solution is to add an arbitrary lookup field to the form that I don't intend on using, just so I can use addCustomView on it. I am looking for a better way. If anyone knows, please share. Thanks!
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.