I have a problem. I need to start my new entries in a new range.
My last entry is 550. I would like to start the new entries at 1000.
How can I program this?
Thanks!
Well to be honest we imported some Item ledger entry lines without knowing what the concequences were.
lets say the last one was 1000, we imported 1010. but after posting it it counted from 1000 to 1009. and when it reached 1010 we got the error message. so that's why I needed to skip 1010.
Thanks again.
JBeck.... you should never import directly into the ledger tables. The only way to do data migration in a consistent manner is to import into journal lines and have NAV do the posting. This not only ensures the ledger to be in balance, it also ensures that all related data is consistent with the system's inner workings.
I hope you are still in the implementation phase, so you can start over, otherwise prepare for enormous problems in the years to come.....
Comments
But its easy to do, just insert GL Entry 999. But be very sure you know what you are doing, and why.
RIS Plus, LLC
It can come in handy at the end of the year when you need to do some adjustments :-#
Well to be honest we imported some Item ledger entry lines without knowing what the concequences were.
lets say the last one was 1000, we imported 1010. but after posting it it counted from 1000 to 1009. and when it reached 1010 we got the error message. so that's why I needed to skip 1010.
Thanks again.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Noooooooooooooooooo [-o<
I think you will soon learn what the consequences are. New database, and rstore backup is the solution here.
Can you please tell me what they are before it's to late?
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
JBeck.... you should never import directly into the ledger tables. The only way to do data migration in a consistent manner is to import into journal lines and have NAV do the posting. This not only ensures the ledger to be in balance, it also ensures that all related data is consistent with the system's inner workings.
I hope you are still in the implementation phase, so you can start over, otherwise prepare for enormous problems in the years to come.....
RIS Plus, LLC
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
RIS Plus, LLC
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I'll restore the backup right away.