Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Finesse Developer Center
Overview
Documentation
Community
Blogs
Cisco Live Update
Theodore Phipps
17 May 2013
"Installing" the Finesse CUIC sample gadget
David Lender
16 Apr 2013
Getting Started with Finesse Gadgets
David Lender
16 Apr 2013
SampleGadget_WebService posted
David Lender
27 Mar 2013
SampleGadget_Logging gadget posted
David Lender
26 Feb 2013
Showing 1 - 5 of 22 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
of 5
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to General Questions
RE: AgentId from user object
Threads [
Previous
|
Next
]
Kevin Pickard
Posts:
64
Join Date:
9/12/08
Recent Posts
AgentId from user object
user
agentid
Answer
2/8/12 11:13 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Is there any method for getting the AgentId off the user object?
I know the following exist.
user.getExtension()
user.getFirstName()
user.getLastName()
But I have been unable to locate one for the AgentId (both numeric and text). Do they exist?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Kevin Pickard
Posts:
64
Join Date:
9/12/08
Recent Posts
RE: AgentId from user object
Answer
2/8/12 11:16 PM as a reply to Kevin Pickard.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Forget about the numeric one....just realized it is getId(). But I would still prefer the text agent login.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Daniel Schimmer
Posts:
2
Join Date:
2/7/12
Recent Posts
RE: New Message from Kevin Pickard in 2385312 - General Questions: AgentId
Answer
2/8/12 11:17 PM as a reply to Kevin Pickard.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
You might be able to get it from, finesse.gadget.Config.id
From: Cisco Developer Community Forums [mailto:cdicuser@developer.cisco.com]
Sent: Wednesday, February 08, 2012 5:14 PM
To: cdicuser@developer.cisco.com
Subject: New Message from Kevin Pickard in 2385312 - General Questions: AgentId from user object
Kevin Pickard has created a new message in the forum "General Questions":
--------------------------------------------------------------
Is there any method for getting the AgentId off the user object?
I know the following exist.
user.getExtension()
user.getFirstName()
user.getLastName()
But I have been unable to locate one for the AgentId (both numeric and text). Do they exist?
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/finesse/forums/-/message_boards/view_message/5120566>
or simply reply to this email.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Marius Zuzcak
Posts:
1
Join Date:
12/3/10
Recent Posts
RE: AgentId from user object
Answer
5/24/12 3:48 PM as a reply to Kevin Pickard.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
The following works for me:
var userData = user.getData();
var loginId = userData['loginId'];
var loginName = userData['loginName'];
var extension = userData['extension'];
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Absaar Javed
Posts:
18
Join Date:
1/14/13
Recent Posts
RE: AgentId from user object
Answer
1/22/13 1:58 PM as a reply to Kevin Pickard.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
In the same way can I get the Agent's IP phone Number & Callers Phone Number?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
168
Join Date:
4/4/08
Recent Posts
RE: New Message from Absaar Javed in Cisco Finesse - General Questions: RE:
Answer
1/22/13 3:56 PM as a reply to Absaar Javed.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
The Dialog object has all participants media addresses.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Absaar Javed
Posts:
18
Join Date:
1/14/13
Recent Posts
RE: New Message from Absaar Javed in Cisco Finesse - General Questions: RE:
Answer
1/23/13 8:25 AM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Is it possible that a gadget retrieves participants information, and then send this information to another gadget for further manipulation?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
168
Join Date:
4/4/08
Recent Posts
RE: New Message from Absaar Javed in Cisco Finesse - General Questions: RE:
Answer
1/23/13 2:52 PM as a reply to Absaar Javed.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Yes you can communicate between gadgdets. See the SampleGadget_Hubtopic in the Sample gadgets on the Documentation page of the Finesse CDN Dev Center here
http://developer.cisco.com/web/finesse/documentation
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available