Hello,
I use the current class to open a production order in Ax 2012 but the same method does not work in 365.
There are two new methods in 365 but they do not work.
Ax 2012 // working code
prodtable.type().insert();
Dynamics 365 request // no error but not working code
prodtable.type().inserted(); or prodtable.type().inserting();
What should I do to open a production order with code?
Regards.
Mustafa