Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

Override Standard form clicked method in D365 Finance and Operations

(0) ShareShare
ReportReport
Posted on by

Hi Everyone,

Can anyone help me to modify clicked method of Action Menu Item attached on standard form?

Is the extension of this clicked method possible in D365?

I want to call my Logic before the standard clicked events get triggered.

Thank you in advance.

  • Suggested answer
    nmaenpaa Profile Picture
    101,156 Moderator on at
    RE: Override Standard form clicked method in D365 Finance and Operations

    You should have the FormRun instance available via "this" or "element". Then you can call all its methods, including those that return you the data sources and their current records

  • Community Member Profile Picture
    on at
    RE: Override Standard form clicked method in D365 Finance and Operations

    Hi Nikolaos, can you please tell me how do I fetch current record in this method?

  • Community Member Profile Picture
    on at
    RE: Override Standard form clicked method in D365 Finance and Operations

    Nikolaos, Thank you so much. You always come up with the best and to the point solution.

  • Verified answer
    nmaenpaa Profile Picture
    101,156 Moderator on at
    RE: Override Standard form clicked method in D365 Finance and Operations

    You can use Chain of Command on the method.

    Something like this:


    [ExtensionOf(formControlStr(MyForm, MyButton))]
    public final class MyForm_MyExtension
    {
        public void clicked()
        {
          // My code
          next clicked();
        }
    }

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February 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... 292,884 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,758 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans