cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
685
Views
0
Helpful
3
Replies

UCCE querying AD from script editor

Hi,

 

Just wondering if this is at all possible, for instance to query a telephone number and compare it with CED from the caller.

 

Thanks

Isidro

2 Accepted Solutions

Accepted Solutions

Gergely Szabo
VIP Alumni
VIP Alumni

Hi, not out of the box, but yes, with some additional programming.

Is it IP IVR or CVP?

I might have a 90% ready solution if it's IP IVR.

G.

View solution in original post

Omar Deen
Spotlight
Spotlight

That functionality does not exist using the native elements of ICM Script Editor. Technically, however, you could make it work by creating a java class file within Call Studio and using Set Variable nodes within Script Editor to call on the results. There are a lot of examples out there that show how to do this in eclipse

View solution in original post

3 Replies 3

Gergely Szabo
VIP Alumni
VIP Alumni

Hi, not out of the box, but yes, with some additional programming.

Is it IP IVR or CVP?

I might have a 90% ready solution if it's IP IVR.

G.

Thanks both for replying. It is CVP and right now I was looking for something out of the box, as I have little time to look into it properly.

 

cheers

Isidro

Omar Deen
Spotlight
Spotlight

That functionality does not exist using the native elements of ICM Script Editor. Technically, however, you could make it work by creating a java class file within Call Studio and using Set Variable nodes within Script Editor to call on the results. There are a lot of examples out there that show how to do this in eclipse