313
Views
8
Comments
Solved
How to comment parts of the code in OutSystems?

Hi, 

How to comment parts of the code in OutSystems? I would like to not execute parts of a code in the action flow without deleting it. 

Is it possible?


Regards, 

Jessica Marques

2021-03-18 21-03-15
Benjith Sam
 
MVP
Solution

Hi Jessica,

You can disable/Inactive the action flow elements by selecting the unwanted elements and opting for the Disable Element option available in the right click option as shown below

Hope this helps you!

Regards,

Benjith Sam

2020-09-15 09-38-17
Jessica Marques

Benjith Sam wrote:

Hi Jessica,

You can disable/Inactive the action flow elements by selecting the unwanted elements and opting for the Disable Element option available in the right click option as shown below

Hope this helps you!

Regards,

Benjith Sam

Hi Benjith,  

Yeah! It was exactly what I needed. 

Have a nice weekend!

Jessica. 

 

2021-03-18 21-03-15
Benjith Sam
 
MVP

Jessica Marques wrote:

Hi Benjith,  

Yeah! It was exactly what I needed. 

Have a nice weekend!

Jessica. 

You are welcome, Jessica :)

Happy weekend to you :)


Regards,

Benjith Sam

2022-10-16 15-30-09
Miguel Chaparra

Hi Jessica,


You can disable an element or a set of elements by selecting your unwanted elements and right clicking on them, after that select the option disable element/s. To enable them back right click on the disabled element and select enable element.


Hope it helps.


Regards,

Miguel Chaparra


2020-09-15 09-38-17
Jessica Marques

Miguel Chaparra wrote:

Hi Jessica,


You can disable an element or a set of elements by selecting your unwanted elements and right clicking on them, after that select the option disable element/s. To enable them back right click on the disabled element and select enable element.


Hope it helps.


Regards,

Miguel Chaparra


 

 Hi Miguel, 

Thanks for the help!

Regards, 

Jessica. 

2021-08-12 11-00-27
Nordin Ahdi
 
MVP

Hi Jessica,

This is indeed the way to comment out code in OutSystems.

Let me just add that if there is a scenario where you want to “try out” two different action flows independent of each other, there is the concept of feature flags (or feature toggles) which you can use in this case.

Here is some reading material on that topic:

Regards,

Nordin

2020-09-15 09-38-17
Jessica Marques

Nordin Ahdi wrote:

Hi Jessica,

This is indeed the way to comment out code in OutSystems.

Let me just add that if there is a scenario where you want to “try out” two different action flows independent of each other, there is the concept of feature flags (or feature toggles) which you can use in this case.

Here is some reading material on that topic:

Regards,

Nordin

 Hi Nordin, 


Amazing! 

I will read it. I really like to read these articles. 

Thanks so much for the indication. 


Regards, 

Jessica. 


 

2021-08-12 11-00-27
Nordin Ahdi
 
MVP

You’re welcome Jessica :)

Keep exploring the many amazing things you can build with OutSystems!

Regards,

Nordin

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