Posted inDynamics NAV & BC Tips & tricks
The function call was ambiguous. No matching method was found.
One of the problems with using DotNet in C/AL is that sometimes the C/AL compiled does not have enough information for select between different methods in the DotNet object. As you might have gathered from my last posts, I am using DotNet more and more. It…