cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
918
Views
0
Helpful
2
Replies

Finesse 10.5.1 - ICM ID

joycentiong
Level 1
Level 1

Hi,

Does anyone know where I can get the icm id  in gadget?

Thanks

1 Accepted Solution

Accepted Solutions

ewindgat
Level 5
Level 5

You could use jQuery, in this example, or some other JavaScript function to get the ID

$("#[this is the HTML element ID]").text(dialog.getId());

View solution in original post

2 Replies 2

ewindgat
Level 5
Level 5

You could use jQuery, in this example, or some other JavaScript function to get the ID

$("#[this is the HTML element ID]").text(dialog.getId());

Thanks for your help.