Connect Chat administration
Administrators can configure various performance settings and features of Connect Chat.
Configure the email notification interval
The email notification interval determines how long the system waits before sending a Connect Chat email notification to an inactive user.
Avant de commencer
Pourquoi et quand exécuter cette tâche
The default interval is 3 minutes. You can change this value.
Procédure
- Navigate to .
- Locate the property called Number of minutes to wait before collecting unread messages and sending an email to offline users. (collaboration.email_interval) and set the value to a different number of minutes.
- Click Save.
Résultats
When an offline user is sent a Connect message, the collaboration.new_offline_message event fires. The system waits the amount of time provided in the collaboration.email_interval property, then triggers the collaboration.notify_offline_user and collaboration.notify_offline_user.group events (depending on if the conversation was peer to peer or a group conversation).The sysevent_email_action record listens for collaboration.notify_offline_user(.group) then builds an email notification containing all the messages from the last collaboration.email_interval minutes that the user has received in that conversation.
Enable record conversations for a table
Record conversations are enabled for all tables that extend Task [task] by default. You can configure record conversations for additional tables that extend Task.
Avant de commencer
Role required: admin
Pourquoi et quand exécuter cette tâche
- The live_feed dictionary attribute must be set to true for the table. By default, live_feed=true for all tables that extend Task [task].
- The glide.live_feed.task_header_button property must be set to both or collaboration. By default, glide.live_feed.task_header_button is set to collaboration.
Procédure
Prevent users from following records in Connect for all tables
Users can follow records in Connect for any table that extends Task [task] by default. You can disable this functionality for all tables.
Avant de commencer
Pourquoi et quand exécuter cette tâche
To disable record conversations for all tables, prevent the Follow button from appearing in all form headers by editing the glide.live_feed.task_header_button property.
Procédure
- Navigate to sys_properties.list.
- Locate the glide.live_feed.task_header_button property.
- Set the Value to live_feed.
Prevent users from following records in Connect for a specific table
Users can follow records in Connect for any table that extends Task [task] by default. You can disable this functionality for a specific table.
Avant de commencer
Pourquoi et quand exécuter cette tâche
To disable record conversations for a specific table, prevent the Follow button from appearing in form headers for the table. To do so, set the live_feed dictionary attribute to false for the table.
Procédure
Disable Connect Chat
You can disable Connect Chat to prevent users from being able to chat within the platform.
Avant de commencer
Pourquoi et quand exécuter cette tâche
Procédure
- In the navigation filter, type sys_properties.list and press Enter.
- Search for the glide.connect.chat.disabled property.
- Set the property value to true.