Click
In cases where the Platform Type is Web, these events occur when each Button or Lookup Button is clicked.
Action Design Example: save Button
This is the Save Button, triggered when clicked in List or Form Components.
It's an Action used to save data in Form Components. When the ToolbarForm Component is loaded, the data in ToolbarForm is saved. After the Save Lambda is loaded and the data is saved, the component containing the Save Button is reloaded to confirm the saved data.
- Main Action Example:
Map the Component with the data to be saved and the Screen name in the Save Lambda.
Pass the sysId of the Component to be saved as the Action Parameter name ControlId.
[image 1. controlId Configuration]
After the data is saved, reload the saved data to verify its successful storage. Select the List Component where the data is displayed after saving in the
Reload
–FixedDataSelect
Component, and set theParameter Key
value to componentId.
[Image 2. Reload Configuration]After all actions are completed, apply the Close Action Parameter to close the popup window.
[Image 3. Close Configuration]