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.

...

When designer/tenant admin users , login to a tenant, several pre-installed form/flow templates appear in a box at the top of the Applications Home Page. Hover over any template ,and click the green button to install it and you will be navigated to the Forms or Flows page for that templateinto your Cloud tenant.

Now you can also search the many templates on the frevvo website 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 provide are an excellent way to get started designing Forms and Flows.

Follow these steps to search the frevvo website for an Installable Template:

 

  1. Log into your frevvo Cloud tenant as a designer user. This user must have the ability to create forms/flows (frevvo.Designer role). If you just signed up for your free trial tenant, try logging in with designer@<your tenant name>.
  2. Click the More template apps button at the top of the page. You will see an All Templates tab and Category tabs created by the frevvo superuser i.e. HR, Finance, Education.
  3. There are two ways to search for Installable Templates:

    1. When the search screen displays, the All Templates tab is highlighted. Type your search criteria into the search box to . will search all available Installable Templates on the website.

    2. Click a Category tab of interest and type your search criteria into the search box.



    3. Templates that match the template name, description, category or tags set up by the frevvo superuser display. You will see this message if there are no matches.



  4. Hover over the template of your choice and click Install. The selected template immediately appears in the application list. You will see the Forms/Flow Home page for that template. Refer to Templates for more information about this awesome feature.

...

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 .

...