execute-action
How to configure execute-action
1
2
3
4
5
6
Cross-solution action access
Examples and code snippets
action:
type: action.sync-entities
options:
provider: DATA_PROVIDER_REST
entities:
- entity: customers
function: new-rest-get-customersonLoad:
type: action.execute-action
options:
action: load-dataactions:
- children:
- type: action.execute-action
options:
title: Assign employee
# Provide the name of the other solution where the action is located.
package: human-resources
action: assign
parameters:
employee_id: =@ctx.components.employee-select.state.selected.id
project_name: =@ctx.components.project-select.state.selected.project_nameLast updated
Was this helpful?