Skip to content

1.5.1. Lambda

This action calls pre-defined Lambdas or Lambdas created by the user in the application. In CALS, it provides functionality like /CalsComWebCommonSelectData for data selection and /CalsComWebCommonDeleteData for data deletion. Specialized Lambdas can also be directly written and registered for use in actions.

lambda

  • How-To
  1. Register a Load Service for data loading.
  2. Select and register the Lambda Action required for data loading. Choose the Platform Type and select the predefined /CalsComWebCommonSelectData for loading functionality. For deletion, choose /CalsComWebCommonDeleteData. Users can also select Lambdas they have created and registered.
  3. Set Type as Data and Target as List Component for List type components, or Form Component for others. Control is used to receive the return value from the selected Lambda.
  4. Click Save to save the configured settings.