-
- "Call API query?type=getentity
- if success and response contains "results" data,
read all items from the results
Render the above items on UI
if success and response does not contain "results" data,
show error message
if error
show error message "Something went wrong. - Event: On click of "Save"
Call portal action to update the entity with fields on the form. - Event: On click of "Save All"
follow the same instructions as mentioned in Event: On click of "Save" - Event: On click of "Remove All"
follow the same instructions as mentioned