Disable Conversation from indexing

Disable Conversation from indexing

The below query can be used to disable the conversation from being indexed:

update globalconfig set paramvalue = 'false' where category = 'ConversationIndex' AND parameter = 'Enabled';

                  New to ADSelfService Plus?

                    • Related Articles

                    • Change Conversation as "Private" when the external user replies to the Request

                      Recently one of our customers had the requirement to change the conversation to "Private" when the external user replies to the request. Customer's workflow: The request is created by a user who is inside the application. Now the admin is forwarding ...
                    • Reply from portal doesn't reflect under conversation

                      Scenario:    Reply send form portal will not be added as a conversation under the request. However the reply will be sent from the application and user can receive the reply. Error trace from logs and Solution : [NotificationToDesc] Exception ...
                    • How to avoid the entire thread(email conversation history) while replying to an email?

                      While replying to a customer. Currently, the entire history will be repeated in the ticket making the tickets very long. To avoid the same, the technician can use the Reply button on the top, instead of the one in the conversation, as it contains the ...
                    • Disable Mobile Client

                      We have an option to disable mobile client, kindly connect to the database and execute the below query.  update globalconfig set paramvalue='FALSE' where category = 'MobileClient' and Parameter = 'REDIRECTURL'; Please restart the application for the ...
                    • Script to Disable Worklog Addition on Closed Request

                      Kindly use the below scripts under Admin -> Page Scripts to disable Worklog addition on Closed request. The below script hides the Save option while creating new worklog on closed request. Script: let params=new ...