web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

showing error with super() !!!!!

(0) ShareShare
ReportReport
Posted on by

while adding few methods(i,e; create, close) to my form , super () showing error that super cannot be used here....
plz provide solution

code snippet::

void create(boolean append = false,
boolean extern = false) // If created externally
{
element.numberSeqFormHandler().formMethodDataSourceCreatePre();

super(append);                // error: super cant be used here

if (!extern)
{
element.numberSeqFormHandler().formMethodDataSourceCreate(true);
}
}

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Vilmos Kintera Profile Picture
    46,149 on at

    You have to use the Right click > Override method on the objects' Methods node within the AX Application Object Tree, those are the methods which exists and can be extended, and have a "parent" for which you may do a super call.

    If you just add new methods yourself and they are not overrideable on the object, obviously they are not an instance of a class for which you may call the parent business logic in the derived class, thus super is not applicable.

    https://msdn.microsoft.com/en-us/library/dd261515.aspx

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Andrew Jones a1x Profile Picture

Andrew Jones a1x 2

#3
Basit Profile Picture

Basit 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans