Controls You Can Add

IT Asset Management (Cloud)

When you declare a custom property to add to a database object, you must also declare the kind of control that is to appear in the property sheet for that object, within the web interface of IT Asset Management.

You can add an entirely new tab to the properties, or within any tab (new or existing) you can add a new section (a grouping for other controls). Both of these cases, tab and section, are special cases in that each has its own SQL procedure for its declaration. These do not need numeric references.

For other controls that you can add within a section (or, for that matter, within a tab without an intervening section if you wish), you specify them by a numeric reference called the UIFieldTypeID. The available controls and their UIFieldTypeID are shown below.

Prompts (the text beside the control telling the operator what to do) are declared as part of the declaration of each custom property.
Note: If you are using a cloud-based implementation of IT Asset Management, you do not have direct access to the database, and you cannot "do it yourself". However, you may use this section to understand and specify your requirements. You can then send a support request to Flexera specifying all the details you require, and your custom property will be added on your behalf.
Table 1. Supported UI controls
Control UIFieldTypeID Comments
Integer 3 A small single-line field combined with up and down arrows (a spinner), where operators may type in an integer value or use the arrows to 'spin up' the number required.
Text box 4 A standard, single-line text field for entering a value.
Text area 5 A rectangular area where the operator can enter free-form text.
Date 6 Provides a date entry field complete with date icon. If the operator clicks the icon, a date picker calendar appears.
Drop-down list 8 A pull-down list of fixed values from which an operator may choose. You declare the values for the list when adding the custom property.
Check box 9 Boolean: saves a 1 in the database when the check box is checked (ticked), and zero otherwise.

IT Asset Management (Cloud)

Current