Skip to content

Meta

Used to apply Component or Control to parameter keys. In other words, when Meta is used when registering an Action of a Component's Service, it means that the Component is used as a parameter. For Control Meta, it refers to the Control itself.

INFO

The properties of Meta that Component or Control has as follows. These Meta properties can be entered into the parameter key and used as parameters.

Component Meta

NameDescription
boIdBusiness Object Id is used as a parameter.
boTitleBusiness Object Title is used as a parameter.
componentComponent type is used as a parameter.
componentCreateDateComponent creation date is used as a parameter.
componentModifyDateComponent last modification date is used as a parameter.
componentIdComponent Id is used as a parameter.
It is a unique id associated with the Screen.
componentMasterIdComponent Master Id is used as a parameter.
Multiple Components used across Screens can have the same id.
titleComponent title is used as a parameter.
It displays the name of the Symbolic String.
readOnlyComponent's read-only status is used as a parameter.
It can be set for Form or ToolbarForm.

Control Meta

NameDescription
ControlIdControl Id is used as a parameter.
titleControl title is used as a parameter.
It displays the name of the Symbolic String.
readOnlyControl's read-only status is used as a parameter.
It can be set to 'Yes' or 'No'.
enabledControl's enabled status is used as a parameter.
hiddenControl's visibility status is used as a parameter.
It is similar to 'enabled', and it is recommended to set the Control's properties the same way.
requiredControl's required status is used as a parameter.
calcFlagIndicates whether the 'Calculator Expression' for a Business Object's Field is used as a parameter. If set to 'No', the 'Calculator Expression' is disabled.
charDataTypeData type used in Char Component's ChartItem Control is used as a parameter.
In the parameter, X means X-axis, Y means Y-axis, L means legend, T means Text.
commCode'Common Code' code is used as a parameter.
ComponentControl type is used as a parameter.
conDefaultValueTypeType of default value of Control is used as a parameter. It can be 'Fixed' or 'Script'.
defaultValueDefault value of Control is used as a parameter.
scriptFlagIndicates whether the script in the conDefaultValue property of the Control is executed.
dataControl's Data is used as a parameter.
List or Grid Data is set from the Component, not the Control.
seqDisplay order of Control is used as a parameter.
fieldIdField Id of Business Object mapped to Control is used as a parameter.
fieldTitleField Title of Business Object mapped to Control is used as a parameter.
fieldTypeField Type of Business Object mapped to Control is used as a parameter.
placeHolderControl's Place Holder is used as a parameter.

※ The Component Meta and Control Meta settings above must be entered exactly as the meta names in the Guide.