Codeunit
| System name | Display name | Explanation | Extra info |
|---|---|---|---|
| codeunitLoadExternal | Load external codeunits | Allow server to load JAR files outside webapplication WEB-INF folder | |
| codeunitPathJarFile | Filesystem folder for codeunits | Folder that is considered safe to use for built-in class loader | |
| codeunitPathJarLink | Http URL folder for codeunits | URL that is considered safe to use for built-in class loader | |
| safeCreateAddGroup1 | Fullauto: Add group A | Option for full auto user/exclusivegroup creation | |
| safeCreateAddGroup2 | Fullauto: Add group B | Option for full auto user/exclusivegroup creation | |
| safeCreateIsDatahandler | Fullauto: Assign DataHandler role | Option for full auto user/exclusivegroup creation | |
| safeCreateIsUserCreator | Fullauto: Assign UserCreator role | Option for full auto user/exclusivegroup creation | |
| codeunitLoadPathJarFile | Load all jar files in the folder | Overwrites codeunitLoadLibraryFile | |
| codeunitLoadLibraryFile | Load only the specified jar files | Based on codeunitLibraryFileList | |
| codeunitValidateExternal | Enable sha256 validation of external jar files | Only load jar files with hashes found in codeunitExternalHashes (Added in version 11508) | |
| codeunitExternalHashes | List of trusted sha256 of jar files | List of sha256 hashes of files to be loaded, separated by space, comma or semicolon (Added in version 11508) |