--- label: 'Creating an advanced action' related: - action.overview - views_ui.bulk_operations --- {% set actions_link_text %} {% trans %}Actions{% endtrans %} {% endset %} {% set actions = render_var(help_route_link(actions_link_text, 'entity.action.collection')) %} {% set action_permissions_link_text %} {% trans %}Administer actions{% endtrans %} {% endset %} {% set action_permissions = render_var(help_route_link(action_permissions_link_text, 'user.admin_permissions', {}, {'fragment': 'module-action'})) %} {% set action_overview = render_var(help_topic_link('action.overview')) %}

{% trans %}Goal{% endtrans %}

{% trans %}Create an advanced action. You can, for example, create an action to change the author of multiple content items. See {{ action_overview }} for more about actions.{% endtrans %}

{% trans %}Who can create actions?{% endtrans %}

{% trans %}Users with the {{ action_permissions }} permission (typically administrators) can create actions.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Configuration > System > {{ actions }}. A list of all actions is shown.{% endtrans %}
  2. {% trans %}Choose an advanced action from the dropdown and click Create.{% endtrans %}
  3. {% trans %}Enter a name for the action in the Label field. This label will be visible for the user.{% endtrans %}
  4. {% trans %}Configure any of the other available options. These will depend on the kind of action that you have chosen.{% endtrans %}
  5. {% trans %}Click Save. You will be returned to the list of actions, with your new action added to the list.{% endtrans %}
  6. {% trans %}To edit an action you have previously created, click Configure in the Operations drop-down list. To delete an action you have previously created, click Delete in the Operations drop-down list.{% endtrans %}