24
Views
3
Comments
list of site properties updated by  user
Application Type
Reactive

I need list of site properties updated by  user , i have checked the systems entities but there is no relation with user.

2016-04-22 00-29-45
Nuno Reis
 
MVP

Hello.

The only option I can think of, is by setting an audit mechanism for site properties like you would for an entity.

The Update action you call to change the value will save the who and when, maybe the value if it is not secret. make sure there are no other ways to update the value.

One easy trick is to have a specific module just for the properties with public Get/Set actions. This way you know who is calling and who is changing, and you can log both as you need.

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

Of course, this doesn't work when changing them in Service Center.

2019-01-07 16-04-16
Siya
 
MVP

@Sangam Bhondele :  OutSystems does not maintain a history of Site Property changes.

In my opinion, managing these settings is a matter of governance - especially in production environments. Access to Service Center and the ability to modify Site Properties should be restricted to authorized personnel only. Users should not change these settings at will; all changes should follow proper approval and change-management processes to avoid unintended impacts on the application.

btw you could create an Idea on this. If the Product Team sees value and demand, they might consider adding this feature.

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