Configure track changes in IXIASOFT CCMS Web
You can determine whether the track changes feature is enabled by default in the Editing page in IXIASOFT CCMS Web depending on the role and optionally the status of the object in the assignment.
Note: You should make these configuration changes in the Test environment and test them before copying them to the Production environment. In a dedicated SaaS deployment, after testing the changes, ask IXIASOFT Customer Support to copy the changes to the Production environment.
For example, if you wanted users with the Reviewer role to always
have track changes enabled when the objects they are editing are in either the status
Authoring:review or Authoring:contribute and users with the Contributor role to have
track changes on by default but be able to turn it off, then you would define the roles
as follows:
<role name="Reviewer" status="Authoring:review,Authoring:contribute">
<option name="ForceTrackChanges">True</option>
</role>
<role name="Contributor">
<option name="ForceTrackChanges">False</option>
<option name="TrackChangesDefaultValue">On</option>
</role>