Updates are Committed as User Rather Than Internal
This feature has added a property to indicate if any Inline Edit or Mass Update activities are performed they should be recorded as INTERNAL vs USER. The new boolean unreserved property "glog.webserver.workbench.useActorUser" has been added with default value as true.
- true = any inline edit/mass update change on workbench table trigger lifetime events with dataSource as 'User'
- false = any inline edit/mass update change on workbench table are triggered with dataSource as 'Internal'.
This corrects a previous issue where this activity within a workbench table was always triggering events as Internal.
Business Benefit
This feature provides consistency in defining the user involved in updates.
Steps to Enable
You don't need to do anything to enable this feature.