IE - OX 7968- Expense Budget Attributes Update to include all publicly documented attributes#260
Merged
ananta0799 merged 1 commit intoDec 5, 2025
Conversation
juni-t
approved these changes
Dec 4, 2025
juni-t
left a comment
There was a problem hiding this comment.
LGTM, but maybe someone with a little more context on this should also approve.
Contributor
|
I don't think it will create a problem as its used in sum but while getting the Expense budget we get the fields differently https://developer.kantata.com/tag/Expense-Budgets#operation/get-expense-budgets!in=query&path=optional_fields&t=request. Will that create a problem not sure? |
Contributor
|
@ajitkantata It will not cause issues but there is the requirement of ensuring the optional fields are specified in the request to get the data back in the response. So these fields will now be accessible if the optional fields are specified in the request, otherwise they will not have data. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the expense_budgets specification to include all publicly documented attributes, create_attributes, and update_attributes.