-
Query for createTraitDefinition
Hi All , Can some one help me to understand the createTraitDefinition attribute properties. Is attribute properties are fixed or Can we add a custom property to attribute i.e like the below examples custom1,custom2, custom3 ? Swagger API :…
-
Passing Smart parameter : current location : to the web report
Hello, I need to show my WebReport as Smart UI Widget. The current NodeID (depends on user's choice) will use as parameter's for the report by default . Is it possible to use some "smart" parameter? How I can achieve such requirement? Thanks , Olga
-
Getting error - Thrust service API Authorize Error
Can some one help to solve this error Error Details : {"fault":{"faultstring":"Invalid ApiKey","detail":{"errorcode":"oauth.v2.InvalidApiKey"}}}
-
How to hide some columns in TableReportView
Hello, I have a SmartUI TableReportView used to shows some data. I need 2 data for each row in order to invoke a subWebReport. How to I can Hide the columns in the tableReportView? Thanks Alessandro
-
How to search for a specific document in a web report
Hi there We have a WR constant which is a known folder within CS, and we have a WR parameter which is the name of a file we want to open from that folder (if it exists). I don't seem to be able to find the simple search or "Get node by name" tag that will find that file .. I feel like I must be missing something obvious. I…
-
Have there been changes to CS 25.1 api/v2/nodes/{id}/nodes call?
Hi, I hope I haven't missed anything obvious. This call in CS 23.4 (and I think all the way up to 24.4) works just fine (servers are VMs): https://server6/otcs/cs.exe/api/v2/nodes/2000/nodes?fields=properties{parent_id,id,name,type,mime_type,create_date,modify_date}&fields=versions{id,version_number} The same call in 25.1…
-
Looking to create AWS Textract OCR engine option for IC
I have an AWS Textract account and would like to integrate it as a selectable OCR engine within Intelligent Capture. I was told there is already a Google Vision deployment, is there also an AWS Textract option available? If not, has anyone already integrated AWS Textract? Thanks in advance!
-
I ran one of the examples in the tutorial in pm. How do I find what error 599 is?
"Accept": "application/json", "XM-Token-Authorization": "{{your_authorization_token}}", "Content-Type": "multipart/form-data", "Attachment": { "fileName": "C:\KT\Fax\test file 2.pdf", "type": "application/pdf" }, "Metadata": { "faxOptions": {}, "userId": "AppDevFaxUsr", "subject": "Sending a test fax from the tutorial",…
-
Using the example in GIT, the results make no sense, what is wrong?
I am using the example from the Github repository. I placed it into Postman, made the necessary changes and ran it. Here is the json with names etc changed. https://{{api_endpoint}}/v1/fax/send { "id": "645ca779-55fb-42bf-8b55-5ac1a20c2ac6", "name": "XM Fax Cloud Env", "values": [ { "key": "account_name", "value":…
-
Why am I getting a 401 error
Using Postman to build my command. Running the command I get a 401 = The request is unauthenticated. Please pass the correct auth code. What is it finding that is unauthenticated? There is a message "Please pass the correct auth credentials". The script already has the XM-Token_Authorization. This seems to be a…