Time sheet portal can visible in progress records
OOB widget -(Time Card Portal - Task Selector) , Below script we can I change to get the only IN progress recordsfunction getRecords(table) { table = table.trim(); var gr = new GlideRecordSecure(table); //Get records if (!gr.is...
