Hi guys,
I am working with DictClass in order to automatize a "retrieving data" from AX where the definitions of that data comes from text file, xml , etc. Something like:
myclass.getvalue(str table, str field)
myclass.getmethodvalue(str table, str method, container args).
ok, it works fine but the problem is it would be better if I can check the numer of argument required by a particular method of my class and check if my container has right number of values. I find out if I make a mistake in container the executions is stopped but it looks like there is no exception raised. Any ideas?
*This post is locked for comments
I have the same question (0)