Is it possible to import and export the individual User permission sets from User card?

I want to create an option in the ‘User Permission Sets’ fast tab in the user card, So as to import and export user permissions. Actually, when we update the environment the user permissions are reverted and Super permission is set. I’ve to test the data with permissions and not with super permission. So it becomes a tedious task to add manually every time when the environment gets updated.

I’ve tried extending the User/User card page, But it throws an error saying Virtual and System tables cannot be extended. So, Is there any other possibility to achieve my requirement?

FYI : I’m using business central 18.2 version, Created a sandbox using docker enviroment.

Hello,

Sadly, this is a Access Control is a System Level table and the Configuration Package cannot access and populate. However, if you can create User Group level permissions, you can use the Table 9002 to upload the values.

Hope this helps.

Thanks,

Steve