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

Compare with Current View Page History

« Previous Version 10 Next »

In the SIMPLE system navigation is based on these entities:

  • Categories (they are physically stored in the sys_menu_category table);
  • Category items (that are a child for the categories, they are physically stored in the sys_menu_item table).

To create a new category, please follow these steps:

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

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

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

Let's take the SDLC category as an example. 

navigation1.png

Here we can find the Edit button that is shown with a pencil icon.

This functionality lets to modify the properties of the category or category item. After clicking it the property editing form will be displayed. The fields description:

fielddescription
TitleDisplayed category title.
ActiveIf TRUE then the category is active.
OrderCategory numerical order in the interface. The less is it, the higher the position of the category on the page is.
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 you are editing a category item, you will see another set of fields.

Category Item


fielddescription
TitleDisplayed category title.
Category_idThe sys_id of the record in the sys_menu_category table, which the item belongs to. Here you can move the item from one category to another, For this, click "dictionary" icon and choose a new category from the list appeared.
HintText hint.
User rolesUser roles that should have access to the category can be specified here. If the list will left blank, then the category will be available to all users.
Visibility tab
ActiveIf TRUE then this element is active,
OrderCategory numerical order in the interface. The less is it, the higher the position of the category on the page is.
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 Conditions field. It represents a filter widget. It lets to tune up a filter that will be applied to a list view.

Notes:

The filter lets to specify several conditions;

it is possible to create AND/OR constructions;

it is possible to add sorting.


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.

Delete Favourite

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 the Favorites tab, 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.

The note: for updating information about the items in the Favorites, you need to refresh the page.

  • No labels