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

Hide a Pin

mymite060708
Level 1
Level 1

I have a step that collects a PIN number to a string. Is there a way to hide this number i.e hash it out in the script

Thanks

3 Replies 3

wong34539
Level 6
Level 6

When in BAT open up a phone template and click on "Update Services". Then add "My Address Book". The next screen asks for UserID and PIN. When you enter the PIN it should hide it with ***** istead of showing the PIN numbers.

The bug is fixed in BAT release 4.3(0.3)

what!

I am using IPCC express not CM and Bat with personal address book

mmelbourne
Level 5
Level 5

Are you collecting the digits and then comparing them to a string containing the correct PIN, for example?

Any PINs in scripts could be made parameter variables and then the PIN is defined using the CRS appadmin, when configuring the Application. This removes the PIN from the script and also makes any changes easier because the script does not need to be modified and refreshed.