How Do I Hide the Icons on the Portal Home Page?

To hide the icons in home page for AgilePoint NX Portal, do the procedure in this topic.

How to Start

  1. In a text editor, open the file (NX Portal installation folder) C:\Program Files\AgilePoint\AgilePointWebApplication\AgilePointPortal\web.config.

Procedure

  1. Do these procedures as necessary.
    • To hide the Salesforce Salesforce icon icon, comment out or delete this key:

      <add key="SalesforceAppUrl" value="https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000DqDRHUA3" />

    • To hide the Google Play Store Google Play Store icon icon, comment out or delete this key:

      <add key="AndroidStoreUrl" value="https://play.google.com/store/apps/details?id=agilepoint.android.mobilebpm" />

    • To hide the Microsoft 365 Store Office 365 Store icon icon, comment out or delete this key:

      <add key="Office365Store" value="https://store.office.com/agilepoint-nx-WA104379453.aspx?assetid=WA104379453&sourcecorrid=c744eff6-63d9-4fe9-ae51-592dbab20633&searchapppos=0" />

    • To hide the Apple Store Apple Store icon icon, comment out or delete this key:

      <add key="AppleStoreUrl" value="https://itunes.apple.com/us/app/agilepoint-nx/id822086525?mt=8" />

    • To hide the Windows Phone Store Windows Phone Store icon icon, comment out or delete this key:

      <add key="WindowsPhoneStoreUrl" value="http://www.windowsphone.com/en-in/store/app/agilepoint/5c220fc5-2712-43e2-a472-07fbf97fca05" />