Announcements
Hello,
I have a table named as loads. This table acts as the source for the Active Loads Page. There's a boolean field named as Detention which when ticked/unticked is validated and takes me to a new page to enter the reason why it is ticked/unticked. When that page is closed the reason is entered on the Reason field in Loads Table and is also to be updated on the Active Loads Page. All the data is being passed as required and has been validated but when I close the page where the reason is entered and I land up on the Active Loads page I get the following error. MatchingID is the primary key of Loads table.
Error:
The page has an error. Correct the error or try to revert the change.
Used CurrPage.Update(); hopefully your problem resolved
It's quite difficult to help without seeing the code. It seems that you're updating a record but the opened record always shows the old value. It seems something like a CurrPage.Update(false) is missing.
I have the same error, only on different table. Problem is that code is working properly on NAV, BC on-prem, but for AL version on web client I get this error. I can debug instance, but still not sure what needs to be update.
How did you solve this?
André Arnaud de Cal...
294,099
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator