SuperNTF

Full-featured, easy-to-use Notes client application framework

SuperNTF

Install

Domino console command to install this app on your server:

tell Genesis install superntf

Install in MyAccount (for Prominic customers only)

SuperNTF is a Notes Client application framework built from the ground up with the goal of making development best practice easy for even novice Notes developers. The template allows developers to easily take advantage of tricky Notes features such as soft deletions, integrated help, and document locking, as well as advanced customizations like user activity and field change tracking, configuration, error logging, and exporting.

Several other OpenNTF projects and code bin submissions were used in the construction of SuperNTF, making this project a true "child of OpenNTF". Some of the code was also taken from or inspired by some of the databases and templates that ship with Notes, including DDM (Domino Domain Monitoring), Notes Help, and Mail.

Version: 1.0.0

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

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

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

    ]
}