Find usages of toolbox actions - Mendix Forum

Find usages of toolbox actions

8

When refactoring or reviewing any Mendix app,

I want to find all usages of a specific action (like “Log message” or “Call REST service”) from the toolbox,
the same way I can find all usages of a specific microflow or a java action in the project explorer.

To check if best practices and code style were applied or to refactor/update all occurrences of that action somehow.

Suggested Solutions:

  1. Right click on the activity in the tool box “Find usages...”
  2. Add a Search for “Usages of specific action” with “Name of action” as a dropdown to “Find Advanced” as an option.
asked
1 answers

In Find Advanced, there is the possibility to search for integration microflow actions, but not for other actions. That would indeed be useful.

Created