Notifications
Announcements
No record found.
*This post is locked for comments
It seems that there is some customization on this particular page. Get this checked via developer and rectify the code.
Hey manish yadav ,
Locking is something which you will face in NAV if you havent designed your code in some good fashion. You should always check that no more then 4 5 users are trying to Modify a record at the same time. If multiple users are trying to operate the table and some entry is getting created then always use Rec.LOCKTABLE. In the same execution of codes avoid writing multiple Rec.MODIFY.
It looks like there has been a customization, related to the additional setup verification made during the posting process. You should either modify the code to make it better (preferable option) or play with isolation level of SQL server.
If the page is modified, check the code in onOpenPage of the trigger or OnAfterGetRecord trigger it looks like there is a customization which is causing this issue. When does it started happening ?
As @suresh mentioned check in the onOpenPage trigger OnAfterGetRecord trigger of the page. Dynamics NAV automatically lock the tables for other users if a one user is doing any changes to a record.
Adding to that check the page logic and find out why any user want to change data in the Purchase & payable setup. Normally as a standard main setups are static and program only should read their settings.
Please do verify answers if you manage to sort the reported issue.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.