Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

The initial release of Version 8.2 will be deployed to the frevvo Cloud on 4/20/2019.. A future release will be available for in-house customers.

Section
Column

v8.2 contains a major new feature to get you started designing forms/flows.

New Features:

Column
width500px

On This Page:

Table of Contents
maxLevel3


...

Now you can also search the many templates on the frevvo website list of available installable templates and install them in your Cloud tenant with a single click. All Workflow Templates come with a Guided Tour that automatically launches after installation. The Guided Tour shows you how to run the workflow, explains application screens and guides you through some small modifications. Installable Templates are an excellent way to get started designing Forms and Flows.

...

  1. Click the Publish icon on the Flows Home Page for the workflow that you want to publish.



  2.  Fill in the fields on the workflow Publish Template wizard.



    • Template Name – This defaults to the name of your form.  You can keep this name or overlay it with a different one.
    • Tags – Type at least one tag that will help you quickly find your template. Type as many tags as you like; if you type more than one, separate them with a comma or a space.
    • Categories - Check the category you want to assign the form to. If no categories appear in the wizard contact your tenant admin to create Categories. It is the responsibility of the tenant admin to create Categories and Manage Templates. You can assign the template to more than one category.
    • Make Public - Check this box to add your form/flow to a queue of Installable templates that can be made available to designers in all tenants. The frevvo global template administrator must share your Installable template across all tenants in the frevvo Cloud for your template to be available to everyone.
    • Description – Enter a description of your form that will display when Forms By Category or Forms By Tag is selected.

  3. When you or other designers in your tenant are ready to use the published workflow template to create a different flow, click the Templates tab, select Forms/flows Flows by Category or Form/Flows by Tag  then click the category/tag that you specified when you published it.



  4. The Form and Flow Templates table displays



  5. Click the Try icon for a preview of the workflow.
  6. Click the Create icon to to add it to an existing application. If you do not select an application, will create a new one for you.
  7. Click Finish. The Workflow template is imported onto the Flow Designer canvas.



  8. Now you are ready to modify the workflow template to create a different workflow.

...

It is the responsibility of the tenant admin to create Categories and Manage Templates. Category names now support spaces.

Internet Explorer 11 no longer supported in Design Mode

Designing forms/flows in Internet Explorer 11 is no longer supported. You will see these error messages if you attempt to do so.



You can still run in this browser. Refer to Supported Platforms.
  

Additional Locale options for Internationalization

Creole, Hatian (Creole) and Somali locale options have been added to the locale dropdown when internationalizing forms/flows in the v8.2.2 patch.

Image Added

 

You May Notice...

...

Stay tuned for announcements about existing and exciting new features, upcoming webinars/training sessions, new feature blogs and other important information.

Excerpt
hiddentrue
Section
Column

Live Forms In-house Customers

 The initial release of version 8.0 will be deployed to the frevvo Cloud on December 1, 2018. Version 8.1 will be released for in-house customers on TBD.

 Windows:

  1. Open a command prompt. Navigate to <frevvo-home>\solr-6.6.2. Type bin\solr.cmd start to run the Insight server in the background, listening on the default port 8983.
     

    Note

    Use the bin\solr.cmd -all command to stop all instances of the Insight Server. The -p option allows you to specify the port number for the instance you want to stop

    You will see this message:
     


  2. Browse http;<your server:your port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server>  to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:

Warning

If you close the Insight server (Solr) startup window, the server will stop running. Leave the window open or /wiki/spaces/frevvo82/pages/767365384.

Column



Linux:

  1. Ensure that the scripts are executable: chmod 755 <frevvo-home>/tomcat/bin/*.sh
  2. Navigate to <frevvo-home>/solr-6.6.2/bin. Run this command to make the solr startup file executable:

    chmod +x solr
  3. Navigate back to the solr-6.6.2 directory.
  4. Start the Insight server by typing:

    bin/solr start - this starts the Insight server in the background, listening on the default port 8983.
  5. Browse http;<your server:your port>/solr to verify the Insight server is running. The <server:port> default values are localhost:8983. Change <your server>  to the server name and <your port> to the port the Insight server is running on if they are different than the defaults. Do not include the angle brackets <>. You will see the Insight server (Solr) dashboard with the current status:

   

  You do not have to restart the Insight server every time you restart .

...