cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
999
Views
0
Helpful
3
Replies

Custom layout of call variable in Cisco Finess

mahmoud.eltaher
Level 1
Level 1

: I want to show call variable as a link in Cisco finesse. Example : if the call variable is : http://cisco.com/ I want to show it as link such as : <a href="http://cisco.com">http://cisco.com</a>

1 Accepted Solution

Accepted Solutions

Hi,

In the gadget code where the html is being built for the table, do "<a href=\"+ variables[key] + "\"> "+ variables[key] + "</a>". (I think I got the escaping correct)

Thanx,

Denise

View solution in original post

3 Replies 3

dekwan
Cisco Employee
Cisco Employee

Hi,

Can you elaborate where you want to show the link? Is it in a gadget?

Thanx,

Denise

hi ,

yes it is a gadget simply in the below image I want http://www.facebook.com/

as linkable not text

5_3_Finess_After_Rout_Task.PNG

Hi,

In the gadget code where the html is being built for the table, do "<a href=\"+ variables[key] + "\"> "+ variables[key] + "</a>". (I think I got the escaping correct)

Thanx,

Denise