Opening a window of a widget, within a widget- MVC feature
Posted: October 17th, 2022, 2:36 pm
I have a widget, ShowAccountAddresses, which creates a list of the Account locations. On the AccountHome page, I have the widget embedded directly on the page, and it has a parameter set to only show the first 5 addresses for that account. I also have a button to Show All Addresses, so that if the account has more than 5 addresses, clicking the button would open a window of the same widget, but with no parameter value to limit the number of addresses shown. It would then show the complete list of addresses. Because the button is in the widget, it will not give me an option to open a window of itself.
I talked about this with the internal team and we discussed changing it to allow me to open a window of the widget ShowAccountAddresses, from a button on the widget ShowAcccountAddresses.
I talked about this with the internal team and we discussed changing it to allow me to open a window of the widget ShowAccountAddresses, from a button on the widget ShowAcccountAddresses.