Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

How can I disable post button of Payment Journal using Event handler

(0) ShareShare
ReportReport
Posted on by 30

I need to diable button of post button of form below

576656.Capture.PNG

  • Suggested answer
    Martin Dráb Profile Picture
    232,984 Most Valuable Professional on at
    RE: How can I disable post button of Payment Journal using Event handler

    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.

  • GirishS Profile Picture
    27,825 Moderator on at
    RE: How can I disable post button of Payment Journal using Event handler

    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/

    Thanks,

    Girish S.

  • M_Zeeshan Profile Picture
    30 on at
    RE: How can I disable post button of Payment Journal using Event handler

    Yes workflow status field of selected record should be draft to hide the button

  • GirishS Profile Picture
    27,825 Moderator on at
    RE: How can I disable post button of Payment Journal using Event handler

    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.

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.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,251 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,984 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans