What is the best way to get the next sales order key (conum) from IDO based on prefix?
Is there something like an IDO method that could help with that?
/IDORequestService/ido/invoke/
Hi @henrik-bruun
What you are looking for is the information in the form "Synchronize Next Keys" in Syteline. The IDO is SLHighKeys, and you can interrogate it like any other IDO with a GET.
Louise,
That was exactly what I was looking for. Thank you