1024
Views
5
Comments
Branching in Outsystems
Question

Hi Team,


How to achieve branching of source code in Outsystems? 


Thanks,

Anuradha

2021-04-09 11-42-43
assif_tiger
 
MVP

Hi Anuradha :) 

Branching : Something still to be achieved in Outsystems, but you can refer this thread: https://www.outsystems.com/ideas/160/branching


Version Control with Outsystems : 

https://success.outsystems.com/Evaluation/Lifecycle_Management/How_does_OutSystems_enable_team_collaboration#Team_collaboration_in_the_same_module


Thanks

2016-04-21 20-09-55
J.
 
MVP

Hi,


No need for branching imho.


2020-10-27 09-20-27
John Salamat
 
MVP

You can apply the "concept" of feature toggle in OutSystems. Toggling features that can have different versions using Site properties. This can be implemented by using if's and using those Site properties to decide which feature to load.

2024-09-14 05-42-00
Ozan Can Çalı
Champion

Hi,

Feature toggle is actually fine if you don't need to change the data model.

In my case, I need to wait for the customer tests & fixes before continuing with the new features since they will involve changes to data model as well.

What's your current approach for that kind of cases?

2025-11-19 06-14-01
Miguel Verdasca
Champion

Ozan Cali wrote:

Hi,

Feature toggle is actually fine if you don't need to change the data model.

In my case, I need to wait for the customer tests & fixes before continuing with the new features since they will involve changes to data model as well.

What's your current approach for that kind of cases?

This post is old, the best thing you have to do is create a new thread.


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