-
OTCS Smart View - search user by full name
OTCS does not support search for a user by full name (first name and last name at the same time). In Smart View (widget Metadata - user field), when I start typing first name "Radek", it shows all users with first name "Radek", but when I add a character space "Radek ", it shows 0 results. Is it possible to search for a…
-
How to make content-type : 'multipart/form-data' POST request using OScript?
Hello Team! We need to make a POST request using OScript, which would use 'content-type : 'multipart/form-data'', like in Postman. The body would have a 'cert' file with key attached. That's how the request looks in Postman: Is it possible to do with OScript and, if yes, is there any available guidance or examples? We have…
-
Clean of Group Assignments in eDocs
Hello I have SQL list (one of many) of 6000 relations of groups to a specific documents. I want to clean-it up in bulk to leave only Owner, and then I want to bulk update it so just 2 relations are made tov every single document from the list. If you want to Visualize it: Document #112233 have relation with Group 1, Group…
-
Extsream - What is the # of digits limitations for numerical variables?
I have a Data overflow error noted in the Run report document This has to do with a variable (mapped in the DRV file as "float" type) with the value of 1587081703043010.8 The output of the value truncates it by 1 digit to 158,708,170,304,301, which shows the number incorrectly. Given that I received the data overflow error…
-
xecm__EventUpdateQueue__c batch idle times
Hello, we noticed that the WorkspaceEventUpdateQueueBatchable once it finishes its job, has a long wait time before it launches again. We've seen up to 7 minutes before it starts the next batch (even though the EventUpdateQueue has entries). We have : Workspace Metadata Batch Job Resubmit Delay (min) set to 0 and Workspace…
-
ALM Failure When Deploying Application to OpenText Thrust Services
I am currently working with the Advanced Workflows of Core Content, which are managed through the OpenText extension in Visual Studio Code. I have followed the tutorial extensively and have created everything (workflows, etc.): https://mimage.opentext.com/ot/2/devx/vscode/latest/vscode-tutorial.pdf Now, I have reached the…
-
Variable Assignment and Reset Events - Migration from On-Premise to Cloud
We are currently migrating our on-premise Exstream deployment to the Exstream Cloud Communication Platform and have encountered a challenge with variable handling and event timing. On-Premise Setup: - Multiple queues based on page count (There are 4 Queues) - Each document has barcodes on odd pages with 20-digit…
-
Changing related workspaces created by Salesforce using Webreports
Hi, I have an business app integration with Salesforce that creates different types of Business workspaces and some of them have a child-parent relationships. From my understanding, these relationship are stored in the otsapwksp_bo_child_relations/otsapwksp_bo_parent_relations tables and I can see them in my database.…
-
Where to set enableLoggingRequestDetail in Smartview
Hi all, In D2-Smartview's log, I see the following line: enableLoggingRequestDetails='false': request parameters and headers will be masked to prevent unsafe logging of potentially sensitive data Where can I set it to true. I have an issue with a .NET Client when passing a query form parameters and would like to be able to…
-
Transport Package upload
I am trying to automate migration of transport packages between xECM instances. I can successfully download a package with /v2/nodes/{id}/versions/{version_number}/content but I am not sure what the corresponding upload call would be. I suspect it involves the 'multipart' set of calls but I have not been able to verify it…