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.
- How-To
- Register a Load Service for data loading.
- 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. - 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.
- Click Save to save the configured settings.