cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
550
Views
0
Helpful
1
Replies

CCRS Editor using wild cards?

jean.ledoux
Level 1
Level 1

Hi, His there a way to use wild card in a UCCX script? Let say I want to exclude any called number beginning 64XXX (X representing a wild card) ?

Best regards

Jean L

1 Accepted Solution

Accepted Solutions

James Hawkins
Level 8
Level 8

Assuming that the called number is stored in a string then you could use the substring function in a Set step to store the first two digits in another string variable and then use the If step to set actions based around whether the value is 64.

The syntax required for the Set step is show below:

CalledNumber.substring(0,1)

If this helps please rate.

View solution in original post

1 Reply 1

James Hawkins
Level 8
Level 8

Assuming that the called number is stored in a string then you could use the substring function in a Set step to store the first two digits in another string variable and then use the If step to set actions based around whether the value is 64.

The syntax required for the Set step is show below:

CalledNumber.substring(0,1)

If this helps please rate.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: