Hi All,
I have a developer license and I'm trying to restore only the lines selected in the Sales Order Archive instead of restoring the whole document or at least I need to have the option to restore only the lines selected or to restore the whole document
Can anyone help me to create such a function?
Thanks!
Answers
why not restore the whole document then delete undesired lines?
if you want to do this by code, then just change it.
You could code something on sales order lines:
line>restore line.
Then currpage.setselectionfilter(yourrec)
and do the coding, you can easily reuse existing standard code.
br,