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, ...
Unanswered

How to call part form method by parent from event handler?

(1) ShareShare
ReportReport
Posted on by 97

Here we have a form part on SalesTable form to show the total weight. 

blog.png

If we want to call any part form method from the parent form by any event occurred, We can use this code.

Here we are calling the functionality of the refresh.

    [FormControlEventHandler(formControlStr(SalesTable, SalesLine_SalesQty), FormControlEventType::Modified)]

    public static void SalesLine_SalesQty_OnModified(FormControl sender, FormControlEventArgs e)

    {

        PartList partList = new PartList(sender.formRun());

        str formName = 'salesTotals';

        SalesTable salesTable = sender.formRun().dataSource(1).cursor();

        FormPartReferenceControl formPartControl = PartList::getSalesTablePartControlByFormName(partList, formName);

        FormRun formRun = formPartControl.getPartFormRun();

        FormCommandButtonControl refresh = formRun.design().controlName(formControlStr(cmaSalesTotals, RefreshLink));

        FormRealControl totalWeight = sender.formRun().design().controlName(formControlStr(SalesTable, NCR_TotalWeight));

        refresh.clicked();

        totalWeight.realValue(salesTable.getTotalWt());

    }

I have the same question (0)
  • huijij Profile Picture
    19,811 on at
    RE: How to call part form method by parent from event handler?

    Thanks for your sharing.

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

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

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 783

#2
André Arnaud de Calavon Profile Picture

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

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 519 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans