You do not have the following permissions on TableData Approval Entry: Modify

Hi, I was making a program to modify the approval request’s status in Business Central Cloud. But I’m getting this error at modify(true); My basic need is to delete approval entries but it’s not letting me do that nither I can modify it. Is there a Solution?

pastedimage1610469922846v1.png pastedimage1610470124760v2.png

Note:.
I’m Super User. In Permissions set Table Date has permission to YES for “Approval Entry”. My License is “BC Essentials”. All users in the Workflow group are Superusers. I’m an approval administrator as well.

.

Does the routine you use have permissions? You can set this as a property of the object. Example here for a codeunit: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/properties/devenv-permissions-property

same applies to a number of other objects as the resource states