Access option | If enabled, allows formulas and code to |
Access to file system | Attach, detach, read to, and write from workstation files |
Access to current database | Read and modify the current database |
Access to environment variables | Use the @SetEnvironment and @GetEnvironment variables and LotusScript methods to access the NOTES.INI file |
Access to network | Bind to and accept connections on a privileged port (a port outside the range 0 to 1024), and establish connections with other servers |
Access to non-Notes databases | Use @DBLookup, @DBColumn, and @DBCommand to access databases when the first parameter for these @ functions is a database driver of another application |
Access to external code | Run LotusScript classes and DLLs that are unknown to Notes |
Access to external programs | Access other applications, including activating any OLE object |
Ability to send mail | Use functions such as @MailSend to send mail |
Ability to read other databases | Read information in databases other than the current database |
Ability to modify other databases | Modify information in databases other than the current database |
Ability to export data | Print, copy to the clipboard, import, and export data |
Access to Workstation Security ECL | Modify the ECL |