You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 47 Next »

In SimpleOne, navigation is based on these entities:

  • Categories (they are physically stored in the Menu Category (sys_menu_category) table);
  • Category items (childs of the categories, they are physically stored in the Menu Item (sys_menu_item) table).

Role required: admin.

To add a menu item, follow the steps below:

  1. Navigate to System Definition → Menu Items;
  2. Click New, fill in the form and then click Save.

To create a new category, please follow these steps:

  1. Navigate to System Definition → Menu Categories;
  2. Click New, fill in the form and then click Save.

The Service Portfolio category can be taken as an example. 

The Edit button is shown with a pencil icon.

This functionality allows to modify the properties of the category or category item. After clicking it the property editing form will be displayed.

FieldDescription
TitleDisplayed category title.
ActiveSelect this checkbox to activate the category.
OrderCategory order in the interface (categories are arranged in the ascending order).
HintText hint.
DescriptionBrief category description,
User rolesUser roles that should have access to the category can be specified here. If the list will be left blank, then the category will be available to all users.

If the newly created menu category contains no items, then it will not appear in the navigation panel. To display it, create the menu items referring to this category. To know how to create the menu item, please refer to Menuitems article.


SimpleOne administrators can use menu items as links to different content pages (e.g., lists or forms of table records).

To make a menu item lead to an external source, on the Link type tab fill in the URL field with a link to the source.

To create a new category item, please follow these steps:

  1. Navigate to System Definition → Menu Categories, open a record you want to create a menu item for;
  2. Find the Menu Item tab in the Related lists area;
  3. Click New, fill in the form and then click Save.

FieldDescription
TitleDisplayed category title.
CategoryThe parent category of the item. Move it from one parent category to another, clicking the dictionary icon and choosing the new category from the list appeared.
HintA text hint.
User rolesUser roles that should have access to the category can be specified here. If the list will be left blank, then the category will be available to all users.
ImageUpload an icon for your category,
Visibility tab
ActiveSelect this checkbox to make the element active or inactive.
OrderThe element order in the interface (elements are sorted in the ascending order).
Link type tab
Table_idThe sys_id of the record in the sys_db_table table, the table category item refers to.
Link typeThe Choice field. Available options: List of Records or Record.
Filter

The Condition Builder field that allows to tune up a filter that will be applied to a list view.

Notes

  • The filter allows to specify several conditions;
  • It is possible to create AND/OR constructions;
  • It is possible to add sorting.
URLEnter a URL if a navigation item should lead to an internal or external source.

The "Favorites" functionality provides the ability of quick access to the frequently used categories, category items, and also filters. List of favorites items is available in the "Favorites" tab marked with the star icon. Every user has his own Favorites. Physically, they are stored in the sys_menu_favorite table.

To add a category or category item into the Favorites. click a star near it (in other words, star it). Also, you can add a filter of the list view that was prepared earlier to the Favorites. For this, just drag and drop it to the Favorites navigation tab.

There are two ways to delete the category, category item or the filter from Favorites:

(applicable for categories, category items and filters)

  • When you are in Favorites, click the Delete icon in front of the desired item.

(applicable for categories and category items)

  • When you are in the Categories tab, unstar the item you want to delete from Favorites.

  • No labels