Hi Zain,
I'm still getting the same error!!
Here is the attached call stack.
I’ve already reviewed the complete call stack and even commented out any development/custom code that came up. The issue still persists, which makes me think it’s more likely related to standard X++ logic, or possibly tied to integration or existing transactions for the item.
This error typically occurs when there's an attempt to update the InventJournalTable
outside of a transaction.
The message suggests that the logic behind the posting button (likely customized or extended — FormFunctionButtonControl::clicked
) is trying to update or modify the journal header record without wrapping it in a proper transaction.
If this is occurring in standard forms with no known customizations, there may be:
You’ll need a developer to trace the method and review any modifications tied to the posting button.
Hope this helps!,
Zain
This error usually appears when there’s a background update to the inventory journal that needs to happen within a system transaction. It’s likely due to a customization or issue in the form’s logic.
Please check with your technical/development team—they’ll need to review the logic behind the button or process you’re running and ensure any updates to the journal are handled correctly within a transaction block.
Zain Mehmood
273
Moderator
Siv Sagar
111
Super User 2025 Season 1
Danny Bilodeau
106
Moderator