Dear Expert,
How I can get Reason Comment information, I didnt get the field in BudgetTransactionHeader.
Is there anyway to get the Reason Comment data in Budget Register Entry?
Hi,
The reason comment is a description of the reason code, perhaps you can find it in the General Ledger -> Journal Setup -> Financial Reasons.
For more information you can view the links below:
Financial reason feature extension - Finance | Dynamics 365 | Microsoft Learn
About financial reason codes | Microsoft Learn
Best Regards,
Hana
This post is my own opinion and does not necessarily reflect the opinion or view of my company.
Please mark as verified if the answer is helpful. Welcome to join hot discussions in Dynamics 365 Forums.
Dear Hana,
If you look my Budget Register Entry,
I didn't use Reason Code, just Reason Comment, and the textbox is enable editted (custom)
However, I already try use Financial Reason, the field just show the "Default Comment".What I want is if you fill with something custom like "General adjustment - Period 01-05 May 2023".
Wheres D365FO store the "General adjustment - Period 01-05 May 2023"?, becuase we just get "General adjustment" in description ReasonTable
Hi, ReasonComment is a edit method and you didn't mentioned where do you want to access it. To access it you need table buffer of BudgerRegisterHeader table.
Check below code for reference
ReasonTableRef reasonTableRef; //Keyword 'This' is for BudgetTransactionHeader table buffer select ReasonComment from reasonTableRef where reasonTableRef.RecId == this.ReasonTableRef;
Hi,
Generally, the reason comment field is an explanation of the reason code, which you can customize in the screenshot I mentioned above. It is associated with a reason code, similar to a purchase order reason code and reason comment. If you want to know its location, you can check the screenshot provided by Mohit.
Hi Mohit,
Great!!.. ReasonTableRef is what I need..
The edited ReasonComment store on that Table.
Thanks!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
We are honored to recognize Mansi Soni as our August 2025 Community…
A new season of Super Users has arrived, and we are so grateful for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.