Since we're going to use "Self Service" from now
on. We want to avoid that older "Log Comments" are visible towards
the employees. Therefor we have set all current log comments
towards "internal".
This was performed through a SQL query in "SQL
Query Analyzer".
Overview the list:
select * from act_log where
type='LOG'
Update the tables:
update act_log
set internal =
1
where
type='LOG'
Additionally,
we've given the members of all support groups, the right to view
internal notes.
This is
performed through => Security => Access Type.