Skip to main content

Legacy Desktop Permissions

So to know what permissions a legacy desktop user has, you need to convert the value in the PBF or CPBF column to base 2 using https://www.unitconverters.net/numbers/base-10-to-base-2.htm 

47 for example converts to 101111

each digit represents a different permission

Cabinet Permissions (I believe the CPBF column) are as follows
1-View
2-Edit
3-Purge
4-Restricted

Doc Permissions (I believe the PBF column)
1- Open
2- Edit
3- Delete
4- Admin
5- Restricted
6- View

so in the PBF column the value of 47 => 101111 would mean the user has Open, Delete, Admin, Restricted, and View Permission, but does not have the Edit Permission