Hi @Evelyn_Waweru … I think this should be possible today, but you’ll want to check with an app developer.
Messages Tab
The URL on the messages tab just looks something like this…
https://instance-name.org/#/messages/contact:6624f74d-f3b9-49a7-a675-a3a568794561
Where the UUID after contact:
is the “client” whose profile you want to have a link from.
Contacts Tab
The URL on the contacts tab, when viewing a specific Contact’s profile, looks like this…
https://instance-name.org/#/contacts/6624f74d-f3b9-49a7-a675-a3a568794561
So from the Contact’s tab, I think you can probably add a field to your Contact Summary that takes the UUID of the Contact you are viewing, append it to the base link for the Messages tab (https://instance-name.org/#/messages/contact:<uuid>
) and create a hyperlink to the Messages tab.
Have you tried something like this already?