11-04-2025 09:33 AM
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
Solved! Go to Solution.
11-04-2025 10:42 AM
11-05-2025 05:42 AM
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
11-04-2025 10:08 AM
11-04-2025 10:32 AM
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
11-04-2025 10:42 AM
11-05-2025 05:42 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide