
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
UCCX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 07:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 09:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2023 06:30 AM

- « Previous
- Next »