To change Browser title information

To change Browser title information

Default Entry

<GlobalConfig category="RequestViewPage" parameter="DocumentTitle" paramvalue="REQUEST_TITLE"/>

For Getting Request ID alone 

<GlobalConfig category="RequestViewPage" parameter="DocumentTitle" paramvalue="REQUEST_ID"/>


For Getting Request ID and Subject

<GlobalConfig category="RequestViewPage" parameter="DocumentTitle" paramvalue="ID_TITLE"/>


Default Product Name


<GlobalConfig category="RequestViewPage" parameter="DocumentTitle" paramvalue="false"/>

For request ID alone:

update globalconfig set paramvalue = 'ID_TITLE' where category = 'RequestViewPage' AND parameter = 'DocumentTitle'

                  New to ADSelfService Plus?

                    • Related Articles

                    • To view the full title of the portal

                      To view the full title of the portal in the Customer Portal Page: Step1.Go to the location given below and first take a backup of the files highlighted in Bold  ManageEngine\SupportCenterPlus\custom\style\aesm_portal.css and ...
                    • Integrating Zoho Projects with SDP MSP change management

                      Overview: Automatically creating projects in Zoho Projects based on the changes in SDP MSP keeps everything in sync without manual updates. This means all tasks and updates on a Change are automatically reflected in Zoho Projects, making it easier to ...
                    • To send an acknowledgement email notifications to change owner for every reply conversation in change.

                      Overview The below document explains the steps that need to be configured for sending notifications to change owner for every reply conversation in changes. (i.e) When a reply is sent and a conversation is added to a change then the acknowledgment ...
                    • How to create a change automatically based on a schedule

                      This is a sample python script that triggers the creation of a Change Request in ServiceDesk Plus using the Change API based on a schedule Note:  Attached script will not work beyond 11138 SDP Version. ​ A short guide on setting up python is ...
                    • Change roles

                      SELECT chdt.changeid               "Change ID",         chdt.title                  "Title",         orgaaa.first_name           "Change Requester",         ownaaa.first_name           "Change Owner",  ...