06-05-2016 03:23 AM
Hello,
I am trying to use the dialog object to identify its (or more like its participant's) state. The generic state is easy to fetch but what I am after is a (participant's) state like 'HELD' or 'WRAP_UP'
Please provide a short sample code?
Thank you in advance.
Solved! Go to Solution.
06-05-2016 10:00 PM
Hi,
Unfortunately, per DevNet's support guidelines, providing sample code is out of the scope of DevNet Developer support.
I would suggest taking a look at the Finesse JavaScript Library API documentation, specifically at the Dialog object.
In the Dialog object, there is a getParticipants() method that retrieves the list of participants in the Dialog. From there, you would just need to get the state of the participant.
I hope this helps.
Thanx,
Denise
06-05-2016 10:00 PM
Hi,
Unfortunately, per DevNet's support guidelines, providing sample code is out of the scope of DevNet Developer support.
I would suggest taking a look at the Finesse JavaScript Library API documentation, specifically at the Dialog object.
In the Dialog object, there is a getParticipants() method that retrieves the list of participants in the Dialog. From there, you would just need to get the state of the participant.
I hope this helps.
Thanx,
Denise
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