Testing to go Live - Need to know best way...[solved]

JAYESHJAYESH Member Posts: 290
Hi Experts,

I am ready to give my system to User for Testing Purpose.
Can any one tell me what is the best way to go from Test to Live database.

My Question is Which is the best way to Cleanup the Data from Navision.
Is there any Codeunit is there who clean up the Data from the Table ??

The some of the table like Item, Vendor, Customer etc will be same so NO changes in that tables..

So any one tell me or give me the List which tables will i have to delete from Navision..

Thank you
JAYESH PATEL

Comments

  • girish.joshigirish.joshi Member Posts: 407
    The way I usually do this is to go to see all the data I've populated ( go to Database -> Information -> Tables and filter on No Records > 0 ).

    Cut and paste this into excel.

    When you get the database back from the user, find the tables which have grown. Be sure to double check all of them -- sometimes there are setups that you forgot that the user put in.

    Delete what remains. Codeunit 8604 Data Cleaning does a lot of this for you, but you will have to modify it for the tables you actually need to delete.
  • JAYESHJAYESH Member Posts: 290
    Hi Girish..

    Thanks..
    JAYESH PATEL
Sign In or Register to comment.