
So i need to add following permissions to a codeunit: Permissions = tabledata "Sales Invoice Header" = rim;
Now i was wondering in what file i need to add this line because i can't seem to find the correct file.
Thanks in advance.
Add the following line to your codeunit properties:
Permissions = tabledata "Sales Invoice Header" = rimd;
Like:
codeunit 50100 YourCodeunit
{
Permissions = tabledata "Sales Invoice Header" = rimd;