VMobile CRM

VMobile is an insanely great CRM solution that enables people within your company to organize, track, access and share detailed contact and customer information.

VMobile CRM

Install

Domino console command to install this app on your server:

tell Genesis install vmobile-crm

Install in MyAccount (for Prominic customers only)

VMobile is an insanely great CRM solution that enables people within your company to organize, track, access and share detailed contact and customer information.

Why VMobile

VMobile Features

Please read full deployment guide

Version: 9.7.2

{
    "title": "VMobile CRM v${version} (Vigilus)",
    "versionjson": "${versionjson}",

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

    "steps": [
    {
        "title": "--- Step 1. Download the template ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/VMobile_crm_v9.7.2.ntf", "to": "${directory}/VMobile_crm_v9.7.2.ntf"}
        ]
    },
    {
        "title": "--- Step 2. Create a new database from the template ---",
        "databases": [
             {
                "action": "create",
                "filePath": "vmobile_crm.nsf",
                "title": "VMobile CRM ${version}",
                "templatePath": "VMobile_crm_v9.7.2.ntf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed VMobile CRM ${version}", "Please open vmobile_crm.nsf and follow deployment guide which you can find on this page: https://genesis.directory/apps/vmobile-crm"]
    }

    ]
}