To remove the apps banner from the Web application UI

To remove the apps banner from the Web application UI

Requirement:

The requirement is to remove the apps banner from the below-mentioned place, thereby limiting users from downloading the mobile app and allowing the utilization of only the Web application.



Procedure:

>> Navigate to Admin > Page Scripts > New Rule and configure a page script as follows:



>> Under Actions > Execute Script, implement the script: $CS.hideElement("apps_banner");

>> Upon executing the page script, the UI will appear as shown below:




                    New to ADSelfService Plus?

                      • Related Articles

                      • Hiding an element(button) for a specific account in Self-Service Portal

                        The below scripts meets the requirement of hiding an element in the requesters' Self-Service Portal, account-specifically. Script: function hideEle() { var accountid= document.getElementById("requesterAccountId").value; if(accountid=='3'){ //Use ...
                      • Set Background color for Self service portal page

                        To set the Background color for Self service portal page, login to the application as an administrator, goto Admin- Self service portal settings . Click on Customize Self service portal, and click on Edit. If you have already set any background image ...
                      • How to customize the self service portal fonts

                        Under Admin>Self Service Portal>> Click on Customize Self-Service Portal Click on Edit  You can edit the below marked tag and customize it to your desired font and size.    <h1 style="font-family:Comic Sans MS; color:powderblue;">{{i18n ...
                      • How to change image in Self Service Portal (Requester Login)

                        1. Under ManageEngine\ServiceDeskPlus-MSP\custom\widgets\SSP\search_widget paste the image you want to replace. 2. In the application, Under Admin>Self Service Portal>>Self Service Portal Customization>> Click on Edit  You can view the script on the ...
                      • How to Hide the Solutions for Requesters

                        Logon to the application as administrator. To Hide the Solutions In the Home tab, click on the Customize menu as shown in the below tab, and select on the Requester Home Page,  In the theme tab , select on the edit button on the theme in which you ...