General X++ Development
How do I call a static method in X++?
How do I call a static method in X++?
1 answer
Write an answerUse the double-colon syntax.
MyUtilityClass::doSomething();You do not create an object instance just to call a static method.
Know the solution?
Sign in to contribute an answer and build your community reputation.
Sign in to answer