I am using Customer License and when I run one customized Codeunit I receive the message "You do not have permission to modify table 122...".
And this is the right message because the customer license has only indirect Modify permission in Table 122.
I know that I should add this table in Permission Property as it was missing there.
But I would like to know in general, is there any possibility to identify all objects for which I need to populate Permission Property based on license that I upload (without running the object)?
0
Answers
But this will not tell you what you *should* add - this basically depends on the code inside objects, and can be derived from analyzing object's code.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Anyhow, thank you very much for your answer.
Never used such a tool myself, but I think may be helpful, especially if it can correlate the data from code coverage with Object table access data.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Thank you very much