This topic is locked

How to Export User Right

11/8/2020 11:51:26 PM
PHPRunner General questions
J
jackwood author

Is there any way how to export user right for each Group, Each User (Who Create, Update, Delete Copy, View, Print, Import) which is developed by PHPRunner ?
This is very useful if we need to download sometime and offer to auditor how to see the user right in each department and audit transaction tracing cases.

mbintex 11/9/2020

You get that by exporting the whole SQL (structure and data) via PHPMyAdmin.
Or you integrate the yourapp_ugrights table in your solution and have every possibility from PHPRunner.

Sergey Kornilov admin 11/10/2020

I agree that dynamic permissions is the way to go in this case.

J
jackwood author 11/11/2020



I agree that dynamic permissions is the way to go in this case.


Yes Sergey, This is about dynamic permission.

I want to get data like this in this case.

Sergey Kornilov admin 11/12/2020

You can include this table as a part of the project and use built-in Import/Export features.