Configure close condition
- UpdatedAug 1, 2024
- 2 minutes to read
- Xanadu
- Employee Service Management
Configure the condition to exclude the chat conversation from auto importing.
Before you begin
Role required: admin
About this task
When a ticket is set to inactive, the system does one final poll for any messages in the chat, removes the participants such that no further messages about the ticket can be exchanged in the chat, and then stops polling that chat. This is determined by the "active" field on a table being set to "false".
For any table with an active field, this behavior works automatically. If your custom application does not use an "active" field for determining whether the ticket remains active, define an alternate condition that can be used to denote the ticket as being closed or inactive.
Alternately, to adhere to platform standards, consider adding an active field to your custom application and maintaining the state of that field in accordance with the business logic of your application.
Procedure