Hello guys, just as like the title stated
How do I prevent a double input to Item ledger entries? how to check the new record to prevent duplicate record?
Thank You, *I never used C/AL code before, any answer is appreciated*
-Rohad
Hello guys, just as like the title stated
How do I prevent a double input to Item ledger entries? how to check the new record to prevent duplicate record?
Thank You, *I never used C/AL code before, any answer is appreciated*
-Rohad
Thank you so much for the answer and the insight, much appreciated!
Hi,
If you are talking about to manual insertion in the Item Ledger entry table, So I would suggest dont do this, Lets the system apply new entry every time in this table.
You should simply never insert anything to the Item Ledger Entries table.
Everything that ends up there should come from running the different posting routines in the system.
So please never write any code that does any modifications to that table because you will break the consistency of your system.
The primary key in the table is the Entry No. that is assigned as an auto increment handles internally by the system.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156