Resource Reservation

This application allows Notes/Domino users to schedule and manage meeting resources.

Resource Reservation

Install

Domino console command to install this app on your server:

tell Genesis install resource-reservation

Install in MyAccount (for Prominic customers only)

Source code

If the project doesn't open in Moonshine-IDE, then run Project > Import Genesis Directory Application and paste the below URL.

This application allows Notes/Domino users to schedule and manage meeting resources.

Version: 9.0.1

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

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

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/resrc9.ntf", "to": "${directory}/resrc9.ntf"}
        ]
    },
    {
        "title": "--- Step 2. Create database from templates ---",
        "databases": [
             {
                "action": "create",
                "filePath": "resrc9.nsf",
                "title": "Resource Reservations ${version}",
                "templatePath": "resrc9.ntf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Resource Reservations ${version}"]
    }

    ]
}