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

How to use a local variable of form control string method in extension method

(0) ShareShare
ReportReport
Posted on by 616

Hi all,

I like to extend the clicked()-method on form control button ctrlUpdateButton at form InventTransRegister.

I try following

Standard code:

[Control("Button")]
class ctrlUpdateButton
{
    public void clicked()
    {
PdsCWUpdateRegister pdsCWUpdateRegister;
boolean isUpdateInventSucceeded;

isUpdateInventSucceeded
= doSomething();
}
}

my extension code:

[ExtensionOf(formControlStr(InventTransRegister, ctrlUpdateButton))] public final class myInventTransRegisterFrmCB_UpdateButton_Extension {
public void clicked() {      next clicked();     boolean myisUpdateInventSucceeded = isUpdateInventSucceeded;

//     if (isUpdateInventSucceeded)
    if (myisUpdateInventSucceeded)
    {
doSomethingElse();
}
}
}

My problem is that boolean variable isUpdateInventSucceeded is not declared in my extension method...

How can I use the vaiable from standard code in my extension code?

Hopefull to get a solution

Christian

I have the same question (0)
  • Verified answer
    Alex Panait Profile Picture
    170 on at

    It would probably be a good idea to extend the invent update method.

    If you need to update controls in the form then you can use record.datasource() to retrieve the form run class

  • Christian Busche Profile Picture
    616 on at

    Alex,

    I think you're right to extend the updateInvent-method... I also think about it before but I hoped to use the local variables...

    Regards

    Christian

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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

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

#1
Martin Dráb Profile Picture

Martin Dráb 584 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

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

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 254 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans