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
- In a text editor, open this file:
(NX Portal installation folder - v9.0 and higher) C:\Program Files\AgilePoint\AgilePointPortalInstance\config\web.yaml
Procedure
- Do these procedures as necessary.
- To hide the Salesforce icon, comment out or delete this key:
<add key="SalesforceAppUrl" value="https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000DqDRHUA3" />
- To hide the Google Play Store 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 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 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 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" />
- To hide the Salesforce icon, comment out or delete this key: