Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

Business connector call non-static class method - Dynamics 09

Posted on by 2,470

Hi

1) I have an X++ class with a non-static method.

2) I want to call this non-static method from BC.Net within a WCF service

In the past I would of used "CallStaticClassMethod" to call a static method - but this approach will not work this time!

I believe I have to create an instance of the class (will this be in the WCF service method using BC.Net)?

*This post is locked for comments

  • Verified answer
    Bilal Issa Profile Picture
    Bilal Issa 4,370 on at
    RE: Business connector call non-static class method - Dynamics 09

    Hi,

    Yes, you will need to create an  instance of the class first like the following.

    AxaptaObject class;

    ;

    class= ax.CreateAxaptaObject(ClassName);

    class.Call(methodName, paremeters)

    Regards,

    Bilal

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans