CARL Source
Infozone
Customization > Customization mode > Details on controls > Infozone

If the control refers to another CARL Source object, you can assign an infozone to it and customize its behavior.
The available infozones are accessible from the characteristics and attributes of the dictionary.

If the field is a standard object having an infozone, the infozone is automatic: you do not need to fill it in. However, you may customize it.
   

Search by infozone

An infozone provides access to a search form.

If the "infozone" field is filled in, you can specify the properties:

As soon as you have filled in the properties for a criterion, the properties of an additional criterion become available.

Example:

In a customized Asset details form, the only authorized templates are those of the "VEHICLES" family, and as default the templates offered are those for which the name starts with an "A."
The criteria of the "template" infozone are as follows:

Criterion 1 (Name) = name, Criterion 1 (Value) = A*, Criterion 2 (Name) = family, Criterion 2 (Value) = VEHICLES, Locked criteria: family: family.

The value can be dynamic. The expression must designate a character string (and not an object).

Example 1:

In the work order details, offer the cost centers for which the manager is the creator of the work order:

Criterion 1 (Name) = supervisor, Criterion 1 (Value) = #{formAnimator.bean.createdBy.code}.

 

Example 2:

In the WR details, offer agents whose manager is the same as that of the connected user:

Criterion 1 (Name) = supervisor, Criterion 1 (Value) = {actor.supervisor.code}.

The "code" criterion will only work in search mode and not in the direct entry mode. As a result, other discriminating criteria must be used.

 

   

Infozone on tree structure

For infozones that open the equipment tree structure, three specific criteria are available.

Example of infozones in question: BOX, LISTBOX, ACTIVEBOX, MATERIAL, LISTMATERIAL, ACTIVEPATTERN, FAMILYSEL.

 

Suggestion/Completion

In an infozone, it is possible to configure the dialogue box that offers the values available for the field.

The default values of the Number of characters, Max number and Refresh settings are defined in the System configuration (respectively suggestMinchars, suggestMaxRows, suggestFrequency).