Remove the 'EMPLOYEE_TIME_LOG_TEMPLATE' table and allow users to essentially create and delete their own templates without trying to optimize the number of templates through 'sharing'.
This involves adding new columns 'EMPLOYEE_REFNUM', 'NAME' and 'LAST_USED' to the TIME_LOG_TEMPLATE table and removing the EMPLOYEE_TIME_LOG_TEMPLATE table completely.
To preserve data a script should be created prior to the tables removal to create the Time Log templates for each user.
Remove the 'EMPLOYEE_TIME_LOG_TEMPLATE' table and allow users to essentially create and delete their own templates without trying to optimize the number of templates through 'sharing'.
This involves adding new columns 'EMPLOYEE_REFNUM', 'NAME' and 'LAST_USED' to the TIME_LOG_TEMPLATE table and removing the EMPLOYEE_TIME_LOG_TEMPLATE table completely.
To preserve data a script should be created prior to the tables removal to create the Time Log templates for each user.