I'm getting this error for the table 7323 - Posted Whse. Shipment Line, when i'm try to check if it's not empty (IF NOT PostedWhseShipmentLineInd.ISEMPTY THEN BEGIN) in a codeunit.
The catch is, the users only get this error in PROD. The same user, with the exact same permissions in the TEST instance, has no problem.
I've tried adding the permission to the table in the codeunit but to no effect. I've also checked the user permissions and they have permission to read and write to the table.
I appreciate any help.