cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
368
Views
5
Helpful
2
Replies

Calling Number when CLID withheld

mmelbourne
Level 5
Level 5

How is the Calling Number string variable populated (from a Get Call Contact Info step) if the caller withholds their number? Is it possible to formulate a test which detects whether the CLID has been withheld?

2 Replies 2

adignan
Level 8
Level 8

If there is no CLID that variable will be blank. You could just do a an if statement.

If strCallingNumber == ""

andy - berbee

Thanks. I did wonder whether the variable would contain the null string.