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