Have you gotten this error before:
Review the errors on this page.
- SalenticaLMNTS.Time_Expense_Overall_Rollup_Trigger: System.LimitException: Apex CPU time limit exceeded
This error will display if a process takes too long to run and complete. The CPU can only run so many processes and evaluate records at one time and they must be completed within a time limit. Otherwise, the process will error out. This error is frequently seen related to the Time/Expense Rollup process. With the Rollup processing, the system invokes changes that start other back end processes that may be custom to your organization.
The best resolution is to check your Process Builders, Flows, and Validation Rules, outside of the managed package, that may be affecting the original Time/Expense process. If there are outdated processes, deactivate them. If it is related to a Flow, you can adjust the update to run before the save.