JSON Input
Specific Properties
Property Name | Description |
Is Visible | By default, this check box is selected to make this property active. It makes the element visible to the end-user on the application. |
Is Enable | By 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 Only | Not Applicable |
Is Parent | Not Applicable |
DefaultValue | In 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 Label | In 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â€)) |
Validation | The application displays the default validation message: “Invalid JSON Format.” You do not need to configure this property. |
Leading Icon (Icon Type) | See this property’s description in the “Text” element. |
Icon Name/URI | See this property’s description in the “Text” element. |
Trailing Icon (Icon Type) | See this property’s description in the “Text” element. |
Was this article helpful?
YesNo