Your welcome.
Let me know if it works, as I thought about it the other day.
A shame you can't publish a codeunit endpoint.
What do you mean with this?
Best solution would be to create a codeunit and create in it a method Release or Reopen with a text as parameter. Publish that codeunit as a webservice and call it using SOAP.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Answers
Maybe make a field in table and write to that and reopen on OnValidate trigger of that field.
Just theory....
Let me know if it works, as I thought about it the other day.
A shame you can't publish a codeunit endpoint.
thx again
Maybe temp table and separate page, to avoid field.
What do you mean with this?
Best solution would be to create a codeunit and create in it a method Release or Reopen with a text as parameter. Publish that codeunit as a webservice and call it using SOAP.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
And very relevant, as REST is often easier to use without proxyclass.
And i would never mix the two. That would complicate things.