Archive Sales Documents

geri79geri79 Member Posts: 105
Hello,

in our German Navision 4 we can force archiving of Sales Documents in Sales & Receivables Setup -> Page Archiving.

In our Italian DB there is no such page. I found out that, that is a part of a special Granule what is only available for Germany, Austria, Switzerland.

Is there no other way to force offers to be archived before transfering them to orders or to archive orders before posting them?

Thx
geri

Comments

  • ara3nara3n Member Posts: 9,256
    Copy the code from German version.

    Basically on push trigger you'll find code that something like this.


    ArchiveManagement.ArchiveSalesDocument(Rec);
    CODEUNIT.run(Codeunit::"Sales-Quote to Order (Yes/No"));
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • nunomaianunomaia Member Posts: 1,153
    you could rename object and import it in other database
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
Sign In or Register to comment.