P
pvorobie
Guest
rbf_setLookupFilter(fieldname, filterName, filterValue) This function sets filter to selection of related records for lookup field. Method can be used for dynamic filtering of available lookup choices. Parameters: • fieldName: integration name of lookup field • filterName: name of field on related object used for filtering • filterValue: only records with field's value equal to filterValue will be displayed Example: rbf_setLookupFilter('R12345', 'club_menber', 'true'); This call will ensure that selector window (opening on R12345 lookup field) only displays records with value of club_menber field equals to 'true'. Important: This function cannot be used on dependent lookups. This function only apply for "Selector" style lookup fields.
Continue reading...
Continue reading...