Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column

A space is a web site that organizes and displays applications, forms, workflows, tasks, etc. A space has a tab for each application, and each tab has a drop-down list of the deployed forms/flows in that application. Forms/flows with a visibility of public in tenant or private appear when the user logs into . When you click on a form or flow name, the space opens the form in the page. A space also has a home panel and two optional panels at the left and at the bottom of its page. You can edit the content of any of these panels; you can also choose not to include the optional panels. You can apply a style to a space as you do to forms/flows. The selected style will be propagated to forms, flows and the Task List.

Spaces can be used to simplify accessing forms/flows/Task List from your iPhone or iPad. You can add thumbnail icons to your forms and flows and the space will display on mobile devices as shown below. 

Column
width350px

On This Page:

Table of Contents
maxLevel3

...

  1. Edit the space menu. 
  2. Click  to edit the space menu. 
  3. Add the home link using the syntax shown - change the url to specify your server name, port, tenant id, user id and space id. The ending The ending portion after your space id must be /home?embed=true   true   

    Code Block
    ** Home|http://your server:port/frevvo/web/tn/your tenant/user/your user/space/your space id/home?embed=true
  4. To add it as a tab, precede the word Home with one asterisk instead of 2. 

  5. To add it as a selection under the Important Items tab ( or a different tab), precede the url with 2 asterisks and place it in the menu under the * Important Items entry. 

    Code Block
    * Important Items
    ** Task List|http://your server:port/frevvo/web/tn/your tenant/subject/{subject.id}/tasks?embed=true
    ** Home|http://your server:port/frevvo/web/tn/your tenant/user/designer/space/your space id/home?embed=true
  6. Save your changes.  

You can add the URL to an anonymous signup form for your tenant. Users can create a user account in your tenant using this published registration url. The  designer does not have to create the form, the url shown below accesses the Add User Anonymous Register form included with . When thsi form is submitted, the user receives an activation email which enables the account.  

You must check Anonymous Users in your tenant to take advantage of this feature. Also, there is an invisible control on this form which requires the tenant name. The form will not submit if this field is left blank. Append _data parameter to initialize the control with your tenant name: 

...

Code Block
** Signup|https://app.frevvo.com:443/frevvo/web/tn/d/user/frevvo/app/_bDd4YX76EduXFsA4l9RQeQ/formtype/_NQascBXoEd-Cn_oBMDPlNQ?_method=post&embed=true&_data=(Tenant:"<your tenant name>")

     4. To add it as a tab, precede the word Signup with one asterisk instead of 2. 

     5. To add it as a selection under the Important Items tab, precede the url with 2 asterisks and place it in the menu under the * Important Items entry. 

     6. Save your changes.

In-house Customer:

If you are a  in-house customer, follow these steps to add the Anonymous Signup form to your space menu:

...

Code Block
** Signup|http://your server host:port/frevvo/web/tn/d/user/admin/app/_bDd4YX76EduXFsA4l9RQeQ/formtype/_NQascBXoEd-Cn_oBMDPlNQ?_method=post&embed=true&_data=(Tenant:"<your tenant name>")

         4. To add it as a tab, precede the word Signup with one asterisk instead of 2. 

         5. To add it as a selection under the Important Items tab, precede the url with 2 asterisks and place it in the menu under the * Important Items entry. 

      6. Save your changes. 

...