Confidential requests

In the April 2016 release, the ability to create confidential requests was added to Service Management. When activated, this feature enables requests - created from an appropriately configured offering - to be hidden from the Requested for user in the Service Portal.

To benefit from this feature, you must manually perform the updates described below.

Configure the offering

  1. From the main menu, select Administration > Configuration > Records.

  2. Select Offering in the drop-down list at the top of the page.

  3. Click the Forms tab, and select Full Offering form.

    Ensure the form includes the following fields. If not, add them.

    • AllowPublic

    • PublicScope

    Note Out-of-the-box, these fields are in the Public audience section of the form.

  4. Click the Processes and Rules tab, and select Offering in the left pane.

  5. In the After change section:

    1. Select the following rule:

      Graphic of business rule

      Edit the rule to be:

      Graphic of edited business rule

    2. In the same section, ensure the following rule is displayed. If not, add it.

      Graphic of business rule

      Important You must also ensure the rule in paragraph 5b appears in the After changes section after (below) the rule in paragraph 5a.

  6. In the Rendering forms section, if the following rule exists, disable it:

    Graphioc of business rule to disable

  7. Click Save.

 

Configure request

  1. From the main menu, select Administration > Configuration > Records.

  2. Select Request in the drop-down list at the top of the page.

  3. Click the Forms tab, and select withoutResolution.

    Ensure the form includes the PublicScope field. If not, add it.

    Note Out-of-the-box, this field is in the Classification section of the form.

  4. Click the Processes and Rules tab, and select Request in the left pane.

  5. In the After change section:

    1. Select the following rule:

      Graphic of business rule

      Edit the rule to be:

      Graphic of edited business rule

    2. Select the following rule:

      Graphic of business rule

      Edit the rule to be:

      Graphic of edited business rule

  6. In the Rendering forms section, add the following rule:

    Graphic of new business rule

  7. Select service in the left pane.

  8. In the After change section:

    1. Select the following rule:

      Graphic of business rule

      Edit the condition to be:

      ${entity.PublicScope != null && entity.PublicScope != 'Private' && entity.PublicScope != 'Confidential' && current_user.Id != entity.RequestedByPerson.Id && current_user.Id != entity.RequestedForPerson.Id && current_update.Comments.IsChanged && (filter_comments(comments_added(current_update.Comments.OldValue, current_update.Comments.NewValue), 'ActualInterface', 'ESS') != null || filter_comments(comments_added(current_update.Comments.OldValue, current_update.Comments.NewValue), 'ActualInterface', 'EMAIL') != null)}

  9. Select support in the left pane.

  10. In the After change section:

    1. Select the following rule:

      Graphic of business rule

      Edit the condition to be:

      ${entity.PublicScope != null && entity.PublicScope != 'Private' && entity.PublicScope != 'Confidential' && current_user.Id != entity.RequestedByPerson.Id && current_user.Id != entity.RequestedForPerson.Id && current_update.Comments.IsChanged && (filter_comments(comments_added(current_update.Comments.OldValue, current_update.Comments.NewValue), 'ActualInterface', 'ESS') != null || filter_comments(comments_added(current_update.Comments.OldValue, current_update.Comments.NewValue), 'ActualInterface', 'EMAIL') != null)}

  11. Click Save.

Related Topics Link IconRelated Topics