Budget is not appearing in the Forecasting report, even though the budget status is active.
When creating a budget via GraphQL, if the useAmortization field is not added, it defaults to NULL. Because the Forecasting tool only loads budgets where useAmortization is set to false, the budget fails to display.
Refer: KB Link
You can use either of the following options as a workaround:
1. Via GraphQL: Use the updateBudget mutation to update the budget.
Reference: https://help.cloudhealthtech.com/graphql-api/#updateBudget
2. Via UI: Open Budget > Edit Budget > check the box for "Budget includes amortization", then uncheck it again and save the update.
This will explicitly set useAmortization to false and allow the budget to load.