When i add process model to navigation bar it works fine but then i collap the navigation bar it show blank on icon click
how to add process model to section layout?
a!sectionLayout( contents: { rule!TCT_Template_Dashboard() } ), a!sectionLayout( contents: { } ),
Discussion posts and replies are publicly visible
Hi Richa,
if my assumption is correct, you are trying to use rich text icon in section layout. I am not able to reproduce your issue. Please provide some more detail so that I can help you out.
no i'm not trying to insert rich text as i am using navigation which is collapsible my issue is i'm calling different interface on navigation interface on click of each navigation when i call the interface by rule! it works perfectly on text click and also after collapsing but when i use process model to call the interface it works on text click not on icon click after collaps its just shows blank and do not shows any error
Richa sharma said:but when i use process model to call the interface
Can you clarify what you mean by this? Process models are not used to "call" an interface. Are you saying something on your form is *starting* a process model? Again it would be 10x easier to help if you'd post some sample code as I mentioned in my original reply above.