12
Views
1
Comments
[OutDoc] Add feature to Generate Usages of Referenced Actions
outdoc
Web icon
Forge asset by OutSystems
Application Type
Traditional Web

Hello,

I want to raise an idea/request to add a new feature to generate usages of referenced actions.

Now there is only one action "Section_3_4_2_GenerateReferencedActions" which returns list of referenced actions, regardless of actual usage in a module. So, even action without any usage will be returned and this cannot be considered as an actual usage.

There is a need to get the actual usages of an action.

The signature of the GenerateUsagesOfReferencedAction action might be something like:

  • Input params:
    • Xml
    • ActionType - type of the action to find usages.
    • ActionName - name of the action to find usages.
  • Output params:
    • ListActionUsages - list of all usages.
      • Name - name of the element where the action or its parameters are used.
      • Property - property of the element where the action or its parameters are used. 
      • Location - location of the element where the action or its parameters are used.
      • Element - type of the element where the action or its parameters are used.

Thank you.

Best Regards

Mikheil Osipov


2024-12-02 12-15-17
Aravind EONE

Good one Mikheil Osipov !

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.