cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
563
Views
3
Helpful
4
Replies

Can the fields be sorted in the UCCX Script?

kbeaton
Level 1
Level 1

Can the fields be sorted in the UCCX Script so they will match in the Application?
I'd really like to be able to sort the fields in my Applications....

TIA

2 Accepted Solutions

Accepted Solutions

I do believe it's in order of creation or usage.

View solution in original post

I was curious about this and did the following:

1. Created new script with 3 variables (not parameters), created in this order: firstString, secondString, firstInt.

2. Made firstString and firstInt parameters. They showed in the CCX application in this order. Then made the last variable a parameter, they then appeared as firstString, secondString, firstInt. Proving that the parameters are sorted in order of creation.

david

View solution in original post

4 Replies 4

david.macias
VIP Alumni
VIP Alumni

Not possible.

Might they be in the order they were added to the Script?
It seems like they move around for some reason... Maybe it's just random movement LOL

I do believe it's in order of creation or usage.

I was curious about this and did the following:

1. Created new script with 3 variables (not parameters), created in this order: firstString, secondString, firstInt.

2. Made firstString and firstInt parameters. They showed in the CCX application in this order. Then made the last variable a parameter, they then appeared as firstString, secondString, firstInt. Proving that the parameters are sorted in order of creation.

david