AXAPTA- Can I delete all transaction entry except setup file

slahaslaha Member Posts: 16
edited 2008-06-23 in Dynamics AX
AXAPTA- Can I delete all transaction entries except setup file

Comments

  • AdamRoueAdamRoue Member Posts: 1,283
    Yes

    Run the class SysDatabaseTransDelete from the AOT
    The art of teaching is clarity and the art of learning is to listen
  • HarishHarish Member Posts: 172
    Hello,

    In addition to running the 'DatabaseTransDelete' class, there are also the following option available -

    You can run 'clean up' job available under -

    1) Sales ledger (AR)
    2) Purchase ledger (AP)
    3) Stock management (Inventory) and
    4) Production

    These jobs will give you more control over the data that you are deleting.

    NOTE - before running this in production environment, please make sure you test thoroughly in test environment.

    Hope this helps,

    Harish
    Harish Mohanbabu
    Long way to go before I sleep..
Sign In or Register to comment.