33
For a Table or Page it's possible to set the Permissions property via code if applicable.
Example: Permissions = tabledata TableName = RD;

The Permissions property should also be available for page- and table extensions. For example specific validation code in this case shouldn't be placed in codeunits to make it possible to give permissions via code.
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future.

Best regards,
Business Central Team

Comments

H

If you look into onModify trigger in customer table, you have a modify sentence inside. With this escenario we can't create new functionality that modify indirectly a customer without a directly permission on the user. Please consider this suggestion to solve this kind of scenarios. Thanks

Category: Development