How is it possible to erase old items (table 27), considering there has been transactions. When I try, there is a warning, where I’m not authorised to changes in table 5802 (Value Entry). How is this possible, when I have the highest role permission.
Which risk is involved with erasing table lines, direcltly of the server or by an ODBC connection to Access?
Thanks!
0
Comments
once again - DO NOT DELETE ITEM IF ENTRIES EXISTS (same applies to G/L accounts, Resources etc.) [-X [-o<
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
If there are no open entries within the current financial year for it, you should be able to delete an old item.
NB: Which version are you using? The error message you are getting about not having permission to change entries in the Value Entry table (5802) is a known issue with versions 3.01 and 3.10. If this is the case, you need to speak to to your NSC and ask them to fix your database, as there is hotfix/ known solution to this one.
I would not try to interefere with the data via ODBC or directly.
I think you will find that the fix will let you delete most of you old items.
Lead Consultant
Theta
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Take a look at Codeunit 361 MoveEntries;
In higher versions the Permissions in this object are expanded. For example Permissions to Read/Modify Value Entries are added.
Would the hotfix for codeunit 361, involne risks with all our adjustments to 3.10. Like every other company, we have made many adjustment, and we have been advised not to upgrade the hotfixes to our database.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.