Hi everyone,
I have a requirement where i need to add tooltip on label (which is basically a link given in field value). anyone has any idea about how we can achieve this.
Note : Label does not have any Action tab or helper text option
Hi everyone,
I have a requirement where i need to add tooltip on label (which is basically a link given in field value). anyone has any idea about how we can achieve this.
Note : Label does not have any Action tab or helper text option
If you’re using a field value, then instead of a label use text and in the Value field add your field value. Then you can use the Action tab for a smart tip/info.
If you still want to use label, then place the label in a dynamic layout, which does not have anything else. On the Action tab of the layout use smart tip/info.
Thanks technically this solution will work but in UI level the tooltip will be shown even if user hover over just below that label ( basically to that DL)
@SujeetT8 - This can be achieved directly through link control by making the Helper text → None and in actions tab add show smart tip on click ,but what is the reason for not using it?
Thank you.
@Priyanka Bogapreviously i used the label and get the link through DSS but then business came with the hover over tool tip. So to complete the requirement i have deleted all the things and used Link property type only.
Thanks