Hello,
I have the following scenario in Dynamics 365 Customer Service:
A user manages customer support through a custom entity called Tickets. During the management process, the user may consult Copilot to assist with queries related to the ticket. The user can handle multiple tickets in parallel, and sometimes may not use Copilot at all during ticket management.
I need to find a way to relate or associate each Copilot conversation, stored in the msdyn_copilottranscriptdata
entity, to the corresponding Ticket record. This would ensure that conversations are correctly linked to the ticket being managed, even when multiple tickets are open or when Copilot usage is optional.
msdyn_copilottranscriptdata
entity?Thank you!