Skip to content

Control Properties

This is an item in the Attribute View that appears when you right-click on a Control placed on the Component Canvas. It has different attributes depending on the Control.

NoNameDescription
1Control DisplaySets the label of the control, with options for using either a Symbolic String or direct input.
2ReadOnly FlagSets whether the control is editable, with the default value being No, meaning editing is allowed.
3Required FlagSets whether the input field is required, with default value being No. If it is set to Yes, it checks for required input when entering or searching. (It actually intergrates with Lambda Function that is provided by CALS to verify input)
4Hidden FlagSets the visibility of the control. If set to Yes, the control will not displayed when the application is executed.
5FieldConfigures the Field in the Business Object.
6Ref CodeMaps the group of Common Code. It is used when a control with a Common Code value needs to be displayed on the control with the name Common Code.
7Check Parent IdThis attribute allows codes with a specified parent ID in the common code group to be displayed on the screen without specifying the parent ID in the Select Control of the Form Component that specifies the input screen, displaying all values.
8Parent IdThis attribute specifies the parent ID of the group code as a property of the Select Control.
9Default - TypeFor input controls, this attribute sets the default value type. It offers fixed values in the form of Fixed and function-based scripts in the form of Script.
10Default - ValueFor input controls, this attribute sets the default value.
11Enable FlagSets the activity status of the control. When set to No, the control will not be displayed.
12PlaceholderSets an example of the input value for the control.
13TranslateIn the List Component, configure it to display the Code Name instead of the Code Data retrieved in the Control.
14Label - DisplayConfigures whether to display the label of the control. The default value is Show.
15Label - PositionConfigures the position of the label. The default value is Top.
16Label - TooltipConfigures the tooltip of the control.
17TypeA dependent property of the DatePicker Control, it sets the data type of the date. The default value is Date.
18Display FormatWhen displaying date or time data on the screen, you can set the format. For example, if you set it to yyyy-MM-dd, it will display as 2023-11-09 on the screen.
19Data FormatSet the format for passing date or time data (e.g., for storage and retrieval).
20PickerOptionsSets the default value for the DatePicker Control. The date displayed will be based on the configured default value.
21Search ConditionSets the condition operator used as a search condition. The default value is INSTR().
22Data PlaceholderSets an example of the value to be entered.
23InActive Before/AfterConfigures the DatePicker Control to disallow selection of past or future dates.
24Custom CalendarSets whether pre-entered events or schedules are displayed.
25Time IntervalAllows setting the interval of time displayed in the dropdown list.
26Key-in input availabilityEnables or disables the ability to enter time manually in the time select input field.
27Dropdown Time Range (Start)Sets the start time for the time dropdown list.
28Dropdown Time Range (End)Sets the end time for the time dropdown list.
29Style - FontConfigures the font for the string or text
30Style - Text AlignIt allows users to set the alignment of data, with the default value being left-aligned.
31Style - ColorConfigures the color for the text.
32Style - Background ColorConfigures the background color of the component.
33Style - Flat AppearanceConfigures properties related to the border, such as its width, color, and other settings.