Section | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Note |
---|
A space in a tenant that uses container managed security does not render the login/logout tab in use or edit mode. |
Adding the Task List to the Space Menu
The Task link is automatically added when you create added to a tab called "Important Items" when you create a space. If you delete it from the menu and need to added it back, add this link for Tasks:
Code Block |
---|
* Important Items
** Task List|https://your server:port/frevvo/web/tn/your tenant name/subject/{subject.id}/tasks?embed=true |
Adding Form/Flow Submissions to the Space Menu
...
- Edit the space menu.
- Click to edit the space menu.
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 portion after your space id must be /home?embed=true
Code Block ** Home|http://your server:8082/frevvo/web/tn/your tenant/user/your user/space/your space id/home?embed=true
- To add it as a tab, precede the word Home with one asterisk instead of 2.
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://localhost:8082/frevvo/web/tn/doctenant/subject/{subject.id}/tasks?embed=true ** Home|http://localhost:8082/frevvo/web/tn/doctenant/user/designer/space/mycompany/home?embed=true
- Save your changes.
Adding an Anonymous Signup form link to the Space Menu
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:
...
6. Save your changes.
Locale Preference for Spaces
...