-
New Validation Users unable to see prior Invoices in Validation Client waiting to be validated
It has been our understanding that when a new user is added to /OTX/PDF01_ADM_VALA they are only able to see net new documents in the Validation Client. Is this expected? If not are we able to let new hires/users see prior documents? IE if I add a new user via this tcode, they only see invoices in the Validation Client…
-
How to get Users email ids present inside a group using just webreport without any livereport link.
I have a group named "QC_dep" and members "User1, User2, User3". I would like to use just a webreport to get email ID's of these three users. Could you please advice.
-
Streamserve (16.4) - multi page doc printing multiple copies - prints by page rather than doc
I am printing a multiple page dispatch note and 2 copies of it (the number of copies sourced from the XML) but when it prints the page 1s print, then the page 2s then the page 3s. This seems illogical and is more work for admin to sort into dispatch note page 1, page 2, page 3, then the next copy of the dispatch note. Is…
-
Exstream CN basic question
Hi all, We are looking into implementing our current solution into Exstream Cloud Native. Our current solution is build on Communication Builder service, where we have one StoryTeller process exposed to StoryBoard and here we have created 200+ Themes which all have a Theme rule when to be triggered. The value which decide…
-
AppXtender REST API POST Error while uploading document
Hi , Anyone has experience with Axdoc, I am trying to upload a doc but its giving me error if you can share postman call that would be good
-
Is anyone using the eStudio DX Package from Professional Services?
We are a legacy TeamSite customer, considering migrating our users to eStudio. However after an initial assessment, it's clear the eStudio is so limited in its functionality compared to CCPro, that it won't be usable by our users. We have had a demo of the DX Package from Professional Services, which adds features and…
-
Microsoft Graph Connector Using Team Site Data
I am trying to find out the possibility of integrating web crawling capabilities into the team site for one of our customers who is using the team site. Later we can use the crawl data to build indexes which can be used by Microsoft Graph Connector for our specific needs. We are currently exploring ways to enhance our data…
-
Application Extender Rest Service API to export documents.
Trying to export all the docs from repo, i was going through the REST API and found AXDocWorkingCopy to export documents.Can you please guide me if thats possible using AXDocWorkingCopy rest call or if i have to use AXDocExportJob Rest call instead. If AXDocExportJob is better than AXDocWorkingCopy what could be the…
-
Content Server CWS - Underlying protocol for Transferring document from CWS Client to OTCS Server
Hi All, We have a java program which uploads documents to Content Server using CWS SOAP Web services, We are creating document using below piece of code. Attachment attachment = new Attachment(); byte[] fileInBytes = null; try { fileInBytes = Files.readAllBytes(path); } catch (IOException e) { throw new Exception("Error…
-
Microsoft Doc file (.docx) is not previewing in browser
Hi Expert, I am facing one issue while opening microsoft doc file (.docx) file . It is not opening at browser while clicking rather it is directly getting downloaded into the system. Where Other documents like .txt file, .pdf document or any image documents are getting previewed at browser. Could you please suggest what…