Hi Team,
Is it possible to add Contact's email id , phone number in tool tip?
In my scenario i am trying to display reporter's email id, phone number and type in the tool tip.I have attached screenshot for the reference.
Thanks
Akshaya Gajendran
Like
1 comments
13:54 Jul 20, 2020
Dear Akshaya,
Here is an academy page on how to create a tool tip on the page:
https://academy.creatio.com/documents/technic-sdk/7-16/adding-pop-hints
You can create your method that you can call in onEntityInitialized that will read all necessary fields and set the value of your custom string attribute to the needed value. After that you can bind "hint" in the article to the value of the attribute instead of localizableString (which it is bond to in the article)
Best regards,
Dennis
Show all comments