Configuring notes.ini customizations

This topic describes notes.ini settings used to customize startup and runtime behavior.

For information on how to set notes.ini values, see Setting notes.ini values.

Name Default Description
NOM_enableDesigner 1 To disable access to Nomad Designer, set this value to 0.
StartupDB

None.

The value is the Replica ID of the database, so StartupDB=81118403:005BBCD6 would cause Nomad to open 81118403:005BBCD6 on every launch.
To have Nomad always open a specific database when Nomad is launched, use this setting to specify the database.
StartupURL None. To have Nomad always open a specific URL when Nomad is launched, use the this setting to specify the URL.
For example:
  • To open the Workspace:
    notes:///ClientBookmark?OpenWorkspace
  • To open the user's mail file:
    notes:///0000000000000E00/MailFS?OpenFrameset
  • To open the user's calendar:
    notes:///0000000000000E00/CalendarFS?OpenFrameset
  • To launch Nomad Designer:
    notes:///ClientBookmark?OpenDesigner
Note: While notes:///ClientBookmark?OpenWorkspace will open the Workspace on Nomad for iOS and Android, the Workspace is currently not supported as listed in the Limitations.