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 Mohit,
Great!!.. ReasonTableRef is what I need..
The edited ReasonComment store on that Table.
Thanks!
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.
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.
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;
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,
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.
André Arnaud de Cal...
292,160
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156