Manual for Module “Portals”

Warning

This article is under construction! Please DO NOT use any of the instructions below, yet! You may cause damage to your system. This article will be finished soon.

In this article:

Portals are used to define start or overview pages. A portal can have multiple columns with multiple widgets. Every portal can be restricted to a role. You can use different widgets here: SQL Querys, Links and Reports.

Column

Property Description Example
Border top Property that defines the vertical top-margin of the column. 25
Border right Property that defines the horizontal right-margin of the column. 25
Border bottom Property that defines the vertical bottom-margin of the column. 25
Border left Property that defines the horizontal left-margin of the column. 25

Note

Do not let your widget XML-definition start with a blank space! This is a common error - the widget will not function properly.

Widgets

SQL Query

1
2
3
4
5
6
7
8
9
<sqlQuery
  database=""
  query="SELECT TOP 10 SysDisplayName, Name, Id AS _Id
  FROM Computer"
  link="Support/TypeView.aspx?TypeView=Computer
  Details&Id={_Id}"
  size="400;250"
  refresh="true"
 />

localreport

1
2
3
4
<localReport
id=""
name="Issues"
/>

Portal Rights

To set a portal right, click the “+ portal right”-button and choose the desired role, finally click save.