Reputation: 535
Here's the background: when I execute manually a batch job in Axapta V4, I have an error message that say I don't have permissions to modify a record in Batch table.
Here's the problem: I have full admin rights, in my security profile, I have full access on batch table, menu item (basis table security key) and full access in Main menu security, all is checked with full control. I don't understand why with admin rights, I can't run a batch job as if I was not admin. any ideas, leads ? thanks for help
Best regards
Upvotes: 1
Views: 51
Reputation: 18051
Only the creator can change the batch table record.
This is encoded in the aosValidateUpdate
method.
It is also very inconvenient, so uncomment if allowed.
Upvotes: 2