Setting comment visibility

The review template can be configured to allow participants to see comments from previous stages or only stages in which they participate. (See Comment visibility in Managed Review & Approval Solution Accelerator 9.5 Solution Guide .)

To configure commenting visibility, set the <comment_visibility> element to one of the following values:

  • ONLY_INTRA_STAGE : Reviewers can see comments from other reviewers in prior stages by setting the following XML element and value in the review template. For example:

    <comment_visibility>ONLY_INTRA_STAGE</comment_visibility>
  • INTER_STAGE : Reviewers within same stage can see each others comments. For example:

    <comment_visibility>INTER_STAGE</comment_visibility>

// Ethnio survey code removed