Forum Post: RE: Selecting from selected related records

  • Thread starter Thread starter Godfrey Sorita
  • Start date Start date
Status
Not open for further replies.
G

Godfrey Sorita

Guest
Hi matman, You can use rbf_setLookupFilter AJAX API to filter the records in your selector. On the edit page of team object, paste the code below on a script component: script $(function() { var fieldName = 'R108189403', //relationship integration name of team and team leader filterName = 'R108189389', //relationship integration name of team and team member filterValue = parseInt('{!id}'); rbf_setLookupFilter(fieldName, filterName, filterValue); }); /script Please check Chapter 7 of Rollbase User's Guide for more information on Rollbase AJAX APIs. Regards, Godfrey

Continue reading...
 
Status
Not open for further replies.
Back
Top