Help Requests

A database that logs problems and replies

Help Requests

Install

Domino console command to install this app on your server:

tell Genesis install help-requests

Install in MyAccount (for Prominic customers only)

A database that stores user problems and replies as well as the progress that was made with those jobs.

Version: 0.1.0

{
    "title": "Help Requests v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

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

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/HelpRequ.ntf", "to": "${directory}/HelpRequ.ntf"}
        ]
    },
    {
        "title": "--- Step 2. Configure Databases ---",
        "databases": [
             {
                "action": "create",
                "filePath": "HelpRequ.nsf",
                "title": "Help Requests",
                "templatePath": "HelpRequ.ntf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Help Requests v${version} (OpenNTF)"]
    }

    ]
}