Hello,
We have a process to obtain the start date, end date and amount of the current budget with the following query:
"SELECT "
+ "account_budget.status, "
+ "account_budget.billing_setup, "
+ "account_budget.approved_spending_limit_micros, "
+ "account_budget.approved_spending_limit_type, "
+ "account_budget.proposed_spending_limit_micros, "
+ "account_budget.proposed_spending_limit_type, "
+ "account_budget.approved_start_date_time, "
+ "account_budget.proposed_start_date_time, "
+ "account_budget.approved_end_date_time, "
+ "account_budget.approved_end_time_type,"
+ "account_budget.proposed_end_date_time, "
+ "account_budget.proposed_end_time_type, "
+ "account_budget.purchase_order_number, "
+ "account_budget.id, "
+ "account_budget.total_adjustments_micros, "
+ "account_budget.amount_served_micros "
+ "FROM account_budget";
For the November budget, the approved_start_date_time , approved_end_date_time, proposed_start_date_time, proposed_end_date_time fields are returning an empty value when we do have the budget defined with a start and end date.
Could you help us understand why this is happening this
month?
Thanks in advance!
Elena
Thanks in advance!
|
||||||