05-08-2015 01:14 AM - edited 03-14-2019 02:45 PM
Colleagues, good day!
Please tell me such a simple thing: how in UCCX script editor convert a string like:
"User [type = Call Manager User, id = aa.ivanov, authenticated = true]"
in the following string:
"aa.ivanov"
I'm not familiar with the Java programming language, and I'm having some difficulty with this.
Thanks in advance!
Solved! Go to Solution.
05-08-2015 02:43 AM
Hi,
you might want to use the Get User Info step. Then map the identifier field to a String variable.
G.
05-08-2015 02:11 AM
Hi,
OK, from the beginning. What is the original variable type (the one with User [type etc)?
G.
05-08-2015 02:30 AM
Yes, originally it is a user type variable. And i need to get only user id in string variable.
05-08-2015 02:43 AM
Hi,
you might want to use the Get User Info step. Then map the identifier field to a String variable.
G.
05-08-2015 03:02 AM
Thank you very much, everything worked out. This option is much easier.
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