MyHansen configuration

The MyHansen configuration defines the items that users can choose from in My Infor. (My Infor was known as MyHansen before the 8.3.0 release.)

The MyHansen configuration has a root CONFIG node with one FAMILIES node as a child. The FAMILIES node can have one or more Family nodes as children. Each family represents a group of My Infor items. A Family node can have these attributes:

Attribute Description
accid Access ID for the family. The access ID is a unique number that identifies the permission in Access Control that users must be granted to gain access to the My Infor items in this family.
name Name of the family.

Each Family node can have Dashboard, To-do list, and Custom Box nodes as children. Each Dashboard node can have these attributes:

Attribute Description
accid Access ID for the dashboard. The access ID is a unique number that identifies the permission in Access Control that users must be granted to gain access to see the dashboard.
license License that a user must be granted to gain access to the dashboard.
maxrec Maximum number of records to load in the dashboard.
name Name of the dashboard.
title Display title of the dashboard.

Each Dashboard node can have one or more Panel nodes as children. Each Panel node can have these attributes:

Attribute Description
accid Access ID for the panel. The access ID is a unique number that identifies the permission in Access Control that users must be granted to gain access to see the panel.
dir Direction in which the panel is laid out, such as horizontal or vertical.
license License that a user must be granted to gain access to the panel.
maxrec Maximum number of records to show in the panel.
name Name of the panel.

Each Panel node can have one Gauge node and one QUERIES node as children. The Gauge node can have these attributes:

Attribute Description
Description Description of the gauge. The description is displayed in a tooltip when you hover over the gauge in My Infor.
name Name of the gauge.
title Display title of the gauge.
type Type of gauge.
X-axis format Format of the gauge’s X axis.
X-axis title Title of the gauge’s X axis.
Y-axis format Format of the gauge’s Y axis.
Y-axis title Title of the gauge’s Y axis.

Each Gauge node can have one or more Parameter nodes as children. Each Parameter node can have these attributes:

Attribute Description
name Name of the parameter.
value Value of the parameter.

The QUERIES node can have one or more Query nodes as children. Each Query node can have these attributes:

Attribute Description
default Default SQL string for the query.
description Description of the query.
name Name of the query.
oracle SQL string to pass to the Oracle database. If you specify a value here, then it is assumed that the sql attribute works for SQL Server only and that this SQL string only works on an Oracle database.
sql SQL string to pass to the database. If this is the only SQL string provided, it may be assumed that it will work with any database (SQL Server or Oracle).

Each To-do list node can have these attributes:

Attribute Description
accid Access ID for the to-do list. The access ID is a unique number that identifies the permission in Access Control that users must be granted to gain access to this list.
moniker Moniker of the applet that provides the data for the to-do list.
name Name of the to-do list.
title Display title of the to-do list.

Each To-do list node can have one or more Parameter nodes as children. Each Parameter node can have these attributes:

Attribute Description
name Name of the parameter.
value Value of the parameter.

Each Custom Box node can have these attributes:

Attribute Description
accid Access ID for the custom box. The access ID is a unique number that identifies the permission in Access Control that users must be granted to gain access to this box.
name Name of the custom box.
src URL of the resource displayed in the custom box.
title Title of the custom box.