matthew.bavosa
Level 1
Level 1
Member since ‎03-14-2022
‎10-21-2022

User Statistics

  • 7 Posts
  • 2 Solutions
  • 0 Helpful votes Given
  • 5 Helpful votes Received
Recent Badges
1 Helpful Vote
1 Accepted Solution
FirstQuestion

User Activity

when I submit a POST request like so:var logData = '<ClientLog><logData>This is some logged data for the log file 20221011_1</logData></ClientLog>'; var xhr = new XMLHttpRequest(); xhr.addEventListener("readystatechange", function() { if(this.readySt...
Hi All, How can I best format my POST request for CompressedClientLog? CompressedClientLog—Post Compressed Log to Finesse - Finesse - Document - Cisco DevNetCompressedClientLog—Post Compressed Log to Finesse var data = new FormData(); var logObj = '<...
Hi All, How can I best format my POST request for CompressedClientLog? CompressedClientLog—Post Compressed Log to Finesse - Finesse - Document - Cisco DevNetCompressedClientLog—Post Compressed Log to Finesse var data = new FormData(); var logObj = '<...
Hi, trying to trigger refresh of the Cisco Finesse desktop page/application when clicking on a button in a Gadget. When I try and use classic Javascript functions like  location.reload(true); the reload does not happen.  Any ideas or suggestions out ...
Community Statistics
Member Since ‎03-14-2022 11:29 AM
Date Last Visited ‎10-21-2022 04:44 AM
Posts 7
Total Helpful Votes Received 5
Helpful Votes From