Label

Specific Properties

Property Name Description
Is VisibleBy default, this check box is selected to make this property active. It makes the element visible to the end-user on the application.
Is EnableBy default, this property is also selected, which makes it active. This property allows the end-user to perform the functions on the element.
Is Read OnlyNot Applicable
Is ParentNot Applicable
Default ValueIn this field, you can configure the default value that the element will display to the user. In the Default Value field:
–> You can either enter the default value manually
–> You can use the getVal ( ) function to fetch the default value from the data source.
Custom LabelIn this field, enter the custom label’s value that the application will fetch from the element’s data source and display it in place of the element’s name.

You can use the getVal ( ) function and then enter the custom label’s path or use the concatenate function as follows:
CONCAT(“Hi”, getVal(“userId”))
ValidationNot Applicable
Leading Icon (Icon Type)See this property’s description in the “Text” element.
Icon Name/URISee this property’s description in the “Text” element.
Trailing Icon (Icon Type)See this property’s description in the “Text” element.

Note:- For other elements, you can see the description of the Leading Icon (Icon Type), Icon Name/URI, and Trailing Icon (Icon Type) properties in the “Text” element.

Was this article helpful?
YesNo