API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
Force Content Filter to Display by Default on Smart View
Is there a way to force the content filter to automatically display on Smart View? In my General Settings, "Show Sidebar in Browse" is checked, and in Classic View the content filter is displayed by default on the left sidebar. In Smart View I must always click the filter icon to show the content filter. Is there another…
-
List all documents with a classification
Hi I am trying to list all documents on one RM Classification but it seems impossible. I am using RMClassDefInfo classif = client.RMGetClassificationInfo(ref auth, 229844) to retrieve information on a RM classification. There has to be some sort of function that can return all items that has a certain RM Classification.…
-
Access to Content Web Service
Hi, How do we know if a users has access to CWS ? We are looking to deploy a process which would use CWS to create Binders, Folders, etc. We want to make sure that the users that runs the proces has access to CWS. Thanks.
-
Str,Replace is not really working with a multiple form field
So I want to extract the values from a mulitline fields, so I can process each of the values from this field. I'm splitting the fields, using the carriage, but it's not working ... Any clues ? (see example belows) List thelista = Str.Elem ents( retValUniqID.formFieldValue, '\r' ) Echo( thelista ) List thelistb =…
-
Uploading a new document using the REST API.
I'm trying to upload a new document using the REST API, and running in to an issue. I can authenticate the current user (using SSO) I can get that user's details. I can create a new folder. But I get a "bad request" when trying to upload a new document - any insight would be much appreciated. I've attached my testing code…
-
Content Server 16 integration with portal
Hello folks, We have the customer requirement to integrate their existing portal developed on Coldfusion with Content Server 16.2 for document storage, for this we have the couple of questions 1. Do we have out of box Document upload and view smart UI widgets? Also the document view widget should only allow to view…
-
BreadCrumbs and DefaultAction behaviors
Hi, I have implemented a Smart UI Command which routes to a full page widget using perspective router,context plugin, some REST calls etc. I am also able to show the Breadcrumbs with proper name in the new perspective by fetching Ancestor Collection object. But the links/Breadcrumbs when clicked redirect to a undefined…
-
Possible to Call/Run WebReports Through WebServices?
Hi all! Pardon me if this question is basic, but I can't seem to find the answer. Is it possible to call or run a WebReport via WebServices? If so, is there a snippet available? Many thanks! Ben
-
Looking for Glossary to User's Live Report - "My Report"
Hi, We are currently using OpenText Content Server 10.5 Service Pack 1. I am looking for a Glossary or Legend for Live reports, specifically "My Reports" items located in a User's Personal Workspace (Personal > Reports > LiveReports tab) the title of report prompts a Regular User to do search in the regular User Live…
-
Previuos version category update
I am using LL9.7.1 and have a requirement wherein i have to update previous versions category attributes. Unfortunately i could not able to find any APIs or even llnode function which i can use to update previous version metadata. If anyone has any suggestion on how i can achieve this! Thanks in advance.. looking forward…
-
[EXTERNAL] - Réponse automatique Opentext Webservices for SAP fiori Apps
Bonjour,veuillez prendre note que je ne travaille plus à l'Agence spatiale canadienne. Pour toutes questions veuillez contacter le centre de services au 450-926-4870 ou asc.centredeservicesti-itservicecenter.csa@canada.ca. Merci. Please take note I no longer work at Canadian Space Agency.. For any help, please contact the…
-
Opentext Webservices for SAP fiori Apps
Dear, we installed the prerequisites for the solution accelerator "SAP Extended ECM Solution Accelerator for SAP Fiori Business bject Browsing". The issue we have is that the required Odata Services are not available (/OTX/ALDS_ODATA_SRV RM_WSC_ODATA_SRV PF05_DATA). Anybody had a similar issue?
-
OT Email Rest API
Hi, We are looking to find a way to upload email using Rest API. I can upload email as a standard document type (144) but that does not help to update other email metadata. We are using the CS 16.2 version. Can any one help us to provide more information OT email Rest API usage? Thank you in advance
-
getSessionExpirationDate exception in CWS 16.2.2
We recently upgraded to Content Server 16.2.2 and I decided to run a performance test driver I had used on CS 10.5 in my local environment. While the code ran faster, the authentication token expired faster than it had in 10.5. CS is configured to expire 30 minutes after the last request. We are using internal OTDS on our…
-
Issue with Email upload using dotnet web-services
Hi , I am trying to upload Emails using dotnet web-services and getting error "{"DocumentManagement.CreateNode() failed on the Livelink Server. No results were returned. Check the Livelink Server thread logs."}" It is creating the node but not adding the version. Please see the attached logs for the same issue we captured.…
-
LQL Syntax changes in OTCS 16.2?
Hello all, I recently have noticed that a few search queries on one of our customers' premises have started behaving differently after an upgrade from OTCS 16.0.5 to 16.2.2. One of the original queries looked like this: ("OTSubType":848) AND ( ("Attr_123456_4" : qlright-truncation "abc") OR ("Attr_123456_26" :…
-
Server Error in '/les-services' Application
Installed 9.7.1 livelink & web services according to the release notes. Livelink is working good, then configured .net web services on IIS. But while accessing http://localhost/les-services/DocumentManagement.svc. The services are down and getting the error as in the attached doc. Please help
-
Nodes in binders
A question from one of my developers: I am using DocumentManagementClient module to get nodes. Function that I am using is called “GetNodeByPath”. This function takes rootID (2000 in our case) , Path as string and returns the corresponding node. I am unable to get a folder node when it’s within a Binder. Consider these two…
-
How to update multiline text field via live report
Hello All, is there a way to update multiline text field via live report? I would also like to have the ability to append this data
-
SELECT DISTINCT issue
I was hoping someone might be able to explain an issue I am having with my SQL Livereport. I have slightly modified the 'My Recently Viewed Documents' report and have been unable to get the query to return unique rows. I would it to return a list of the users most recent documents in Livereport format ( with links,…