I
IramK
Guest
Hi Santosh, This is the code for the formula field that gives the error. Please have a look. var array = ["Progress", "rollbase", "Cloud", "Applications"]; var uniqueArray = array.filter(function(item, pos) { return array.indexOf(item) == pos; }); var list = ""; list = uniqueArray.toString().replace(",", " | "); rbv_api.println(list); return list; // errors
Continue reading...
Continue reading...