-
Notifications
You must be signed in to change notification settings - Fork 31
LC0030
Arthur edited this page Nov 10, 2023
·
2 revisions
It is advisable to set Access = Internal for Install and/or Upgrade codeunits. Such codeunits generally do not contain procedures intended for use by other extensions.
codeunit 50100 "MyCodeunit"
{
SubType = Install;
Access = Internal;