cancel
Showing results for 
Search instead for 
Did you mean: 

Tooltip with Hyperlink

Former Member
0 Kudos
196

Hi folks,

I have a requirement where I need to display Hyperlink as Tooltip for the fields in CRM WebUI.

Could you please help me out for the same.

Please let me know if I could provide any more details...

Thanks,
Sandeep

View Entire Topic
deepak_sharma_sap
Active Participant
0 Kudos

Hi,

You can use the GET_P method of your field.

Inside GET_P , when the property is "tooltip" pass the return parameter RV_VALUE = "Your hyperlink".

Thanks