Error on Script 14000 - 14999
-----------------------------------------------------------------
Invalid object name 'LT_SYS_ProcessRulesModuleConfiguration_vw'.
--Renamed ConfigurationRule 'PasswordValidationErrorText' to PasswordValidationText
DELETE FROM LT_SYS_ConfigurationRule where RuleCode IN ('PasswordValidationErrorText')
--Reset TNA Purge to improve performance
UPDATE LT_SYS_ProcessRulesModuleConfiguration_vw SET RuleValue = 50 WHERE RuleCode = 'TimesheetImport.ArchiveRecordsDays' AND RuleValue > 50
UPDATE LT_SYS_ProcessRulesModuleConfiguration_vw SET RuleValue = 100 WHERE RuleCode = 'TimesheetImport.DeleteRecordsDays' AND RuleValue > 100
--------Standard Code below this line-------------------