
I have created a new page and an action on the same page. When the action button is clicked, it modifies the 'Dimension Set Id' field in G/L Ledger Entry and Vendor Ledger Entry tables wherever it is zero it is set to 1. But I am facing this particular issue when I click on the button
"You do not have the following permissions on TableData G/L Entry: Modify. To view details about your permissions, see the Effective Permissions page. To report a problem, refer to the following server session ID: '161244'."
The user has the SUPER permission.
Does anyone have any clue about this issue?Thanks for the help in Advance.
This is "by design", G/L Ledger Entry and Vendor Ledger Entry are protected tables. If you will check "Effective Permissions" page, you will see that Insert and Modify permissions are set to "Indirect" by entitlement (license).
You may try to add property Permissions = tabledata "G/L Entry"=m; to object that performs modification, if this won't help then the only option is to vote for following suggestions: