M
mpiscoso@gmail.com
Guest
rbf_getRelatedIds2() is a pain to use on the client-side. I suggest using another method where you can create a formula field and use rbv_api.getRelatedIds2() as your return value. e.g. Field: relatedObjBs Return type: String code: var x = rbv_api.getRelatedIds2(param,param,param); return x.join(','); This would minimize your AJAX calls on the client-side and you may access the data in a token-like manner. Hope this helps and makes it a bit easier to use on the view page.
Continue reading...
Continue reading...