Still that button is not visible in form, not sure why?
var FSMTimeWorkedUtils = Class.create();FSMTimeWorkedUtils.prototype = {TW_TABLE: 'task_time_worked',initialize: function() {},/*** Does this task have any Time Worked entries?* @Param taskId sys_id of the Work Order Task* @return Boolean*/hasTimeWor...