Automatically Closing the Selector Dialog Box

Posted by Rollbase User on 20-Aug-2012 17:09

In our Portal, I'm using several Selector Pages. They all work the same way except for one. They all pop-up the Selector Page, and once a selection is made the dialog box automatically closes, thereby returning the user to the originating page. However, one of my Selectors opens the dialog box, but does not automatically close after the selection is made. This Selector is our Customer Object. Is there a setting someplace to force the dialog to close after selection is complete? Thanks!

All Replies

Posted by Admin on 20-Aug-2012 17:18

Selector closes after first selection if only one record can be selected (N:1 relationship). In this case URL contains multiSel=false parameter.



To close using JavaScript try window,close()

This thread is closed