Drilldown To Subcomponent Model
We have a TOP model or a Container model which is holding a PTO Model(Multi Instantiable) and underneath option classes. We are calling configurator UI from custom calling application using XML params functionality.
When xml request is posted, Top Model UI is displayed with Configure button. User needs to click to go inside PTO model, which is standard functionality. We are trying is there any way to avoid click on the TOP model configure button and user can go directly to child model since our applications consuming configurator are customer facing ( i.e. Configurator is being called from the internet ) eliminating one click will add more value to user experience.
