EU Power Tools

Mailing labels & multiple signature files

EU Power Tools

Install

Domino console command to install this app on your server:

tell Genesis install eupowertools

Install in MyAccount (for Prominic customers only)

This database is designed for end users to have their own copy on their local machines. Using smarticons, it will enable them to be able to create mailing labels for virtually any database that contains contact information. It will also enable them to be able to have multiple signature files, and pick one at will to use.

Version: 1.0.0

{
    "title": "EU Power Tools v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/eupowertools.nsf", "to": "${directory}/eupowertools.nsf"}
        ]
    },
    {
        "title": "--- Step 2. Sign database ---",
        "databases": [
             {
                "action": "update",
                "filePath": "eupowertools.nsf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed EU Power Tools v${version} (OpenNTF)"]
    }

    ]
}