330
Views
3
Comments
 Site properties in Outsystem
Discussion

Hi,

I want to create newly site properties and wanted to use in overall application. Suppose i changed the default value in service center, that should be reflect in service studio screen. Please provide me 

real scenario base example for this.


  

2024-03-14 14-46-22
Nelson Inácio

Hi,

Store all site properties on a single espace, then for each site property create an action to return the value and set those actions as public. Then is only consume those actions where needed.

2019-09-30 07-35-56
Aurelio Junior

Hi,

I'm not really sure what is it exactly that you're asking, but you can't change a site property's default value in Service Center. You can only change its "Effective Value", which, as the name implies, is the value that will effectively be used by the application.

2024-04-24 19-28-09
Justin Babel

Just to add to your question about a real scenario, for instance, if you had some sort of logic on a screen, like logging or something of this nature, you could add an if statement on a site property, that if it is true, it will log, if false it will not.

So maybe you need to log certain things, and later find what ever information you need and do not need the logging anymore, you could then change the effective value in service center to no longer perform this action without completing a deployment of your application.

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