Configure the Announcements Feature in NX Portal

To configure the Announcements feature for NX Portal, do the procedure in this topic.

Prerequisites

How to Start

  1. On your AgilePoint Server machine, open the file (NX Portal installation folder) C:\Program Files\AgilePoint\AgilePointWebApplication\AgilePointPortal \web.config

Procedure

  1. In the file web.config, add or change these keys.
    Field Name Definition

    announcement:AllowedUsers

    Function:
    Specifies the users who can create custom announcements. These users must be able to access the Settings in NX Portal.

    For more information, refer to Create New User screen.

    Accepted Values:
    An appSettings key in the following format:

    <add key="announcement:AllowedUsers" value="[a semicolon (;) delimited list of user names with the domain names in the format shown below]" />

    domain1\username1;domain2\username2;domain3\username3;

    Default Value:
    None
    Example:
    <add key="announcement:AllowedUsers" value="mydomain\Johnson;mydomain\Grey;mydomain\Bob;" />