/Tustena-UserScript

A script that populates an intervention report on Tustena CRM.

Primary LanguageJavaScriptMIT LicenseMIT

Tustena UserScript

**I don't access anymore to a Tustena system, so I'm not able to mantain anymore this userscript! **

A script that populates an intervention report on Tustena CRM. You can create how many templates you want and every time you can fill the form without any effort.

Usage

  1. Install a script manager:

  2. Directly install it from Github by clicking here;

  3. Edit the script with your script manager and edit the following:

    • line 13: // @include <tustena-url>;

    • line 16: After the (()=>{ create some line-break and create the variable window.clients like the following:

        window.clients = [
                     {
                      alias: 'Name to display on select',
                      title: 'The title of the intervention report',
                      company: 'The company where the intervention report belog',
                      brand: 'The brand of the intervention report',
                      activity: 'The type of the activity of the intervention report',
                      description: 'A template for the activity description of the intervention report',
                  }
            ]
  4. Go to <tustena-url>;

  5. Find the big red button in the bottom right corner;

  6. Click on it!