In visual studio i am calling one method in which one parameter is array type as below
CallAxMethod( string _class,string _method ,object[] param)
But how will pass this into Ax ?
In Ax if write container then after saving the method,when am creating new operation in services,it's not visible.
How can i achieve this ?