Open UI Mobile Doesnot exit from multi select mode.
I am facing issue when an Assoc applet is opend from a Pop-up applet in siebel open ui mobile. 8.1.1.11.11[IP2013]
I am opening a Popup List applet when user clicks on a particular field using "Showpopup" method in Physical Renderer JS file. On that Popup method I have "AddRecord" button which will open an Assoc applet(Assco applet will be opend in Multi-Select mode by-default). When I close this Assoc applet using "CloseApplet" button, the parent pop-up applet becomes multi-select and I am able to select multiple records. Also it becomes read-only and "AddRecord" button grays-out(disabled).
Any thoughts on this issue? What could be the possible reason for this?