Skip to content

Load

This is an essential service for displaying data, triggered by an event when the component loads in the browser. By setting additional actions, you can configure attributes such as making controls read-only or hidden.

  • Action Design Example: Data Retrieval and Data Transmission

    1. Check Action: Validation Check.
    2. Lambda Action: Action to Process Actual Data with Lambda (Load)
    3. Component-Interface: It is mainly set in the component that is frequently called. It is used to set the state or value of the called component based on the parameter value or attributes of the source component (sub-controls are also possible).



  • Main Action Example: Lambda Action
    [Image1. Load Action lambda Screen] image

  1. Lambda: Select/CalsComWebCommonSelectData .
  2. Type: Select Data for Type.
  3. Target: It sets the format of the data retrieved by the component. Data retrieved in multiple records is set as a List Component, and data retrieved in a single record is set as a Form Component.

[Image2. Parameter Parameter for the URL Path to Retrieve Data in the Target Component] image

  1. The ControlId Parameter Value Set in the Navigation Action of the Source Component Calling the Target Component (Navigation Actions: Show Popup, page, right panel, bottom panel).
  2. urlParamSelect: The urlParam refers to the parameter key value passed in the Navigation Action, and the urlParamSelect parameter is used when you want to retrieve data with the same parameter key value as the one set in the Optional Required field, by comparing it to the parameter key value.

[Image3. Data search parameters of components connected to Tab Component] image

  1. In the parent Component Load Service, the Component Parameter Action is used to set the Paremeter Key value configured by Propname.
  2. When you want to retrieve data with the same parameter key value as the one set in the Optional Required field by comparing it to the parameter key value set in Prop, you use the propSelect parameter.
  • Frequently Uses Actions
  1. Component Parameter: It is set to change atrributes of the called Component or sub-control based on the data or attributes of the calling Component when the called Component is loaded
  2. Control Parameter: It is set to change the attributes and values of other related Controls based on the Value of a Control when the Component is loaded.