web
You’re offline. This is a read only version of the page.
close
Skip to main content
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.

I have the same question (0)
  • Suggested answer
    nmaenpaa Profile Picture
    101,160 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,160 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Sohaib Cheema Profile Picture

Sohaib Cheema 882 User Group Leader

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 723 Super User 2025 Season 2

#3
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 518

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans