Restore an individual line from the Sales Order Archive

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
xu43qbuy315i.png

Can anyone help me to create such a function?

Thanks!

Answers

  • txerifftxeriff Member Posts: 492
    edited 2021-11-08
    Hi,

    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,


Sign In or Register to comment.