06-30-2015 07:25 AM
Hi,
I am trying to extract the ICM ID inside Finesse gadget. Where and what function can I use to extract the ICM ID for the call?
Thanks,
Solved! Go to Solution.
07-13-2015 10:46 AM
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());
07-13-2015 10:46 AM
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());
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide