Ventoo Document Reader includes a dedicated permission set that grants access to all app-specific objects.
Permission set: Document Reader - All
|
Property |
Value |
|---|---|
|
Name |
Document Reader - All |
|
Object ID |
70679884 (Document Reader VTO) |
|
Assignable |
Yes |
Table permissions
|
Table |
Read |
Insert |
Modify |
Delete |
|---|---|---|---|---|
|
Document Reader Setup VTO |
Yes |
Yes |
Yes |
Yes |
|
QR Bill Data VTO |
Yes |
Yes |
Yes |
Yes |
Note: Since QR Bill Data VTO is used exclusively as a temporary record, no actual database access happens here — the permission is still granted consistently with the app's other objects.
Codeunit permissions
|
Codeunit |
Permission |
|---|---|
|
QR Bill Reader VTO |
Execute |
Page permissions
|
Page |
Permission |
|---|---|
|
Document Reader Setup VTO |
Execute |
Assign the permission set
-
Choose the search icon (Alt+Q), enter Users, and choose the related link.
-
Select the user.
-
On the User Permission Sets FastTab, add a new line.
-
In the Permission Set field, enter Document Reader - All.
Important: When a dependent extension such as Ventoo BundM calls TryExtractFromAttachment, the permission set is checked for the user in whose context that call runs — not for the calling extension itself. Make sure those users also have Document Reader - All assigned, or reading the setup data will already fail with a permission error.
Tip: For organizations with many users, assign the permission set through a user group or security group instead of individually.