Announcements
No record found.
Hi,
In D365 F&O, I'm doing a customization that suppose to add field in the Dialog form that appeared in Cash and Bank managements > Bank Accounts then Manage payments form the action pane Related Information > Checks, another form appears whenever I press Create Check the Dialog form appears as shown in the picture.
I need to add a string field in dialog form, and use it after I press OK.
Any help with that?
Hi Kareem, you may refer to this thread: community.dynamics.com/.../920983
You'll need to make an extension of BankChequeCreate class. Check out Extend the RunBase class in F&O documentation.
community.dynamics.com/.../920983
Note that extending dialog() isn't sufficient. It would add a dialog field, but it would be useless. It's necessary to also get a value from the field, store it somewhere and making sure that the value is serialized and deserialized correctly.
The link I've provided covers all these things.
Thank you all
I managed to display the field "ChequeBook " I want in the dialog using the links you provided
and I added it to the table BankChequeTable, but I can't retrieve the ChequeBook field from the dialog to insert in the table
If you followed Martin's example correctly, you should be able to get the value in the getFromDialog method.
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.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 512 Super User 2026 Season 1
Giorgio Bonacorsi 386
Adis 259 Super User 2026 Season 1