Budget (Created through GRAPHQL) does not show up in filters under Forecasting tool
search cancel

Budget (Created through GRAPHQL) does not show up in filters under Forecasting tool

book

Article ID: 452806

calendar_today

Updated On:

Products

CloudHealth

Issue/Introduction

Budget is not appearing in the Forecasting report, even though the budget status is active.

Cause

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

Resolution

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.