Filter records displayed in Selector Page

Posted by Rollbase User on 24-Mar-2010 05:40

How do I control the list of records that will be displayed in a Selector Page? I noticed in the URL that in loading a Selector page, one of the parameters passed is "selectorViewId". Is there any way that I could pass value into this parameter? Thanks.

All Replies

Posted by Admin on 24-Mar-2010 11:47

Open Selector page for editing and click on Selector List component. Than you can select Default view (just like for any other List view component). You can also enable user to select view explicitly throm drop-down box.

Posted by Admin on 24-Mar-2010 21:46

Can this be done dynamically? What if I want a particular view to be displayed depending on a particular field of an object? Thanks.

Posted by Admin on 24-Mar-2010 22:00

We're working on this issue, possibly will deploy solution this weekend.

Posted by Admin on 05-Apr-2010 01:54

Hi, I just want to follow up on this issue. Have you guys deployed a solution to this? Thanks!

Posted by Admin on 05-Apr-2010 09:26

No, that's still on the list.

Posted by Admin on 16-Apr-2010 16:28

Thank you for being so patient, its now implemented. Two new client-side API allow to manipulate view used in lookup selector:
rbf_setViewSelector(fieldName, selectorViewId)
rbf_getViewSelector(fieldName)

Please check Chapter 7 of documentation for more details.

This thread is closed