Setting default value for Preferences

These options enable you to configure the values that appear selected by default for the options in the Preferences dialog box (when you select the Preferences option on the iManage Agent menulet).

  • ServerURL: The URL of the iManage Work Server to which the application must connect. Replace <URL of the server where the latest build is hosted> with the actual URL.

    Example:

    <key>ServerURL</key>
    <string>https://<URL of the server where the latest build is hosted></string>

  • Email Client Configuration: The default email client that is used when sending documents, links, or both from the iManage Work web client.

    The following values are available:

    • 1: Default Email Application (default value)

    • 2: Apple Mail

    • 3: Microsoft Outlook

Example:

<key>Email Client Configuration</key>
<integer>1</integer>

  • CheckIn Default: The behavior when an iManage Work document is checked in from your Mac to iManage Work.

    The following values are available:

    • 1: Replace Original

    • 2: New Version (default value)

    • 3: New Document

Example:

<key>CheckIn Default</key>
<integer>2</integer>