This product version has reached end of life and is no longer supported. Click here for the latest documentation.

The Coherence Suggestion warning is issued in the following situations:

Either the Input widget Mandatory property should be explicitly True or an expression (evaluated only in runtime), or the attribute should be non-mandatory. Check which is more suitable to your eSpace and fix the corresponding property.

Either the Input Password widget Mandatory property should be explicitly True or an expression (evaluated only in runtime), or the attribute should be non-mandatory. Check which is more suitable to your eSpace and fix the corresponding property.

Either the Max. Length of the Input widget should be updated or the Length property of the attribute should be updated. Check which is more suitable to your eSpace and fix the corresponding property.

Either the Max. Length of the Input Password widget or the Length property of the attribute should be updated. Check which is more suitable to your eSpace and fix the corresponding property.

If you want to update a set of records correctly, in a Table Records widget or a List Records widget, the Variable property of the input widget should be obtained through the List runtime property. For example:

TableRecords1.List.current.Customer.Name

Check the Max. Records property of your aggregate or SQL query and update this property with the value suggested in '<number>', based on the properties of Table Records widget or the List Records widget: either the value of the LineCount property, if StartIndex is 0, or the value StartIndex + LineCount + 1, otherwise. In this situation, you have the guarantee that you are fetching as many records as you need to display.

Edit this Combo Box widget and delete the variable associated with the Special Variable property because this variable is ignored by Service Studio.

Clicking the symbol will take you directly to the property that is not coherent or might not be coherent in some circumstances.

This warning is issued to notify you that there is an incoherence in the element definition and/or the way you are handling that element .

See Also

Input Properties | Input Password Properties | Edit Records in Records Widgets | Combo Box Widget | About Warning Messages