124
Views
3
Comments
Find element usages

Hi. 

I'm currently working on an application with several modules, and I need to verify all my uploads and downloads. Is there a way to find all usages of an Outsystems element (Upload widget, etc)? 

Thanks in advance!

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi mariap,

Unfortunately, there is no way to do what you want.

2017-07-11 00-42-01
Jacob Anawalt

Is there no way to find it across several modules, or to find the usage even within one module?

I'd like to review every action using the Send Email component but I don't seem to be able to find using that element name without relying on some variable or local alias using the word Email.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Jacob,

I'm sorry, but that's really not possible in a watertight manner. Not across modules, not within a module. However, for downloads, you could try to search for "application/" or other oft-used MIME-types. For uploads, you could try to search for "Upload", or ".FileName", ".Content" or ".Type".

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