05-29-2023 06:38 AM
Hi Team,
Can you guide me how to create a JSON in UCCX script.
Regards,
Jijesh
Solved! Go to Solution.
06-08-2023 06:55 AM
Crate string variable INC with string “INC”. Then when you get the digits do a set variable INC = INC+DigitsVar.
david
06-08-2023 07:58 AM
06-08-2023 09:23 AM
06-12-2023 02:37 AM
Hi David,
I used the set value and created the different varibale (INC + "") joined together and added the value in Rest call . It is getting the correct result.
05-29-2023 12:22 PM
Are you looking to do something like outlined here?
https://community.cisco.com/t5/contact-center/uccx-rest-json-post/td-p/3071095
09-08-2023 05:01 AM - edited 09-08-2023 05:03 AM
I am getting the null value while validating the employee ID. I have set the "if" condition but it is not matching can you suggest. How to match the "null " value
09-08-2023 06:16 AM
Your expression is checking if Employee_ID is the string "null". Try Employee_ID == "" or Employee_ID == null.
david
09-08-2023 06:30 AM
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