Project Budget is Incorrect - "Update total budget" is not firing and causing other issuesIssue Project Budget is Incorrect - "Update total budget" is not firing and causing other issuesCauseThis is happening due to the OOB "Project Budget" Related Link being deactivated in the instance.In New York, this is the way that you are supposed to Insert/Create Project Budget records. In Orlando, this was changed to allow you to create Project Budget records without the use of the UI Action and have the Budget roll up from the Capital and Operating Budget fields.You may be able to get the same functionality by adding the following condition to the "Update total budget" Business Rule:|| current.operation() == 'insert'So it would look like:((current.capex_budget.changes() || current.opex_budget.changes()) && !current.budget.changes() ) || current.operation() == 'insert'ResolutionAs this would be a customization in New York, we recommend using the OOB "Project Budget" UI Action.To enable this, follow the steps below.NEXT STEPS:1. Navigate to System Definition > UI Actions2. In the "Name" column search for "Project Budget" and go to the record3. In the Versions related list, Right-Click the record with the Source of "System Upgrades: NewYork..."4. Select "Revert to this version"5. Select OK when promptedNow when you click the related link to create a Project Budget record for a particular Fiscal Year, the Capex and Opex Budgets will roll up to the main Budget properly.