Default filter to a custom related list
(function refineQuery(current, parent) { current.addQuery('task',parent.sys_id); })(current,parent);Hi All,i have created a custom related list but its not showing the filter in the related list . How to add the filter in a related list. Scree...