Contents

SharedBudget.SystemStatus

The system-derived operational state of a budget order.

Declaration

string SharedBudget.SystemStatus

Possible Values

ACTIVE

The budget order is active. Campaigns assigned to it can draw spend against it.

INACTIVE

The budget order is not currently active. No spend will be drawn until the underlying condition is resolved.

Discussion

The systemStatus is a read-only, system-computed field. It reflects whether campaigns can currently draw spend against the budget order. Check systemStatusReasons to determine the specific cause when the status is not ACTIVE.

See BudgetSystemStatus for the full field reference.