Announcements
No record found.
I need to diable button of post button of form below
Hi Muhammad Zeeshan,
Is there a any specific condition to be written to show or hide the post button?
Also for event handler please go through the below url.
https://wingsraamax.blogspot.com/2019/03/preeventhandler-and-posteventhandler.html
Thanks,
Girish S.
Yes workflow status field of selected record should be draft to hide the button
Hi Muhammad Zeesha,
You need to override the form datasource "OnActivated" event handler.
Get the form control and based on workflow status you can set visibility property.
Please go through the below url.
https://dynamics365axblog.wordpress.com/2019/11/19/form-datasource-onactivated-event-handler-in-d365-fo/
The first crucial information is what form it is. If you look at it, you'll see that it's LedgerJournalTable - a common form for all kinds of ledger journals.
This form uses LedgerJournalFormTable class to control whether the Post button should be enabled. The decision is done in canLedgerJournalTableBePosted() method, therefore that's the place that you could influence. The method is wrappable, therefore you can use CoC to extend it.
Another option would be using extending enableButtonsActive(), especially if you want to create a subtype of LedgerJournalFormTable for this kind of journal and implement its specific logic there. You couldn't use canLedgerJournalTableBePosted() in this case, because it's final.
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