You can create a new permission set when you created your extension with "Generate permissing" in VCCode:
This will generate a premissionset with the same name as your extension.
But you still need to either set the permission set on all the users or create a user group to contain all the users that needs the permission
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
The XML file is automatisk imported can the permission set is created/modfied when you publish your extension.
I have not yet tried it, but I think you could accomplish what you want, if you created a install codeunit
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
You can create a new permission set when you created your extension with "Generate permissing" in VCCode:
This will generate a premissionset with the same name as your extension.
But you still need to either set the permission set on all the users or create a user group to contain all the users that needs the permission
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
thanks for your answer, that helps me. Now i'm thinking about developing a tool to import the generated xml and set the permission by default to all roles or is there such a tool?
The XML file is automatisk imported can the permission set is created/modfied when you publish your extension.
I have not yet tried it, but I think you could accomplish what you want, if you created a install codeunit
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Answers
This will generate a premissionset with the same name as your extension.
But you still need to either set the permission set on all the users or create a user group to contain all the users that needs the permission
I have not yet tried it, but I think you could accomplish what you want, if you created a install codeunit