Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Rest API to update Form or Attribute inside Workflow Package
Going over the CS RestAPI documentation, in the Process section, there isn't an endpoint to update Workflow forms or attributes. Also under the Forms section, they refer to the forms as alpaca. Whatever that is, I don't see a way to update form inside a Workflow Package. Any guidance?…
-
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…
-
Integrating Core Intelligence with Core Content
I am working on PoC on checking feasibility of OOTB integration of core intelligence with core content. Can someone please share any leads/documentation you might have on this? We are looking to create interactive reports/dashboards without using extension app.
-
Authentication with Thrust Services Free Trial cannot get Core content API's connected
I am trying to get core content storage services using free trail and access it via API's I have added core content management free trail in tenant. I have created service key for the same in the tenant and tries this keys to authenticate with CSS API's, unable to get bearer token instead getting 401 unauthorized also…
-
Core Content Management Service Client - client secrete auth gets InvalidApiKey
I have created a Core Content Management Service Client with auth type Client Secrete and I keep getting the same error {"fault":{"faultstring":"Invalid ApiKey","detail":{"errorcode":"oauth.v2.InvalidApiKey"}}}. I have validated the tenant ID, client ID and client secrete a number of times as well… I have tried a number of…
-
How to renew or extend the Free Trail API plan?
I am trying to explore Core Content APIs using my OT developer account but I am unable to use it the plan seems to have crossed 90days trial period. Is there a way to have my account have a renewed free trail plan or extent the current plan so that I can continue work on my POC?
-
Content Bridge to Core Content authentication URL format
Could someone help me find the proper Authentication URL for the "Load into Core Content" module in Content Bridge? See the screenshot below. I have tried several options but they all throw a 404 when testing the connection.
-
Shortcut tiles order on the homepage
I have a question regarding Core Content in relation to the shortcut tiles. How is their order determined? In our tenant (see attached image), the order does not appear to be alphabetical nor based on the creation date. Could you explain how the order is structured and whether it can be adjusted on the front end?
-
Outlook add-in to Core Content
We are currently in the process of integrating Microsoft Outlook with OpenText Core Content. We have carefully followed the steps as outlined in the Core Content Management Administrator Guide, but we are encountering issues that we are unable to resolve. Actions Completed Azure Configuration: Created an Azure AD single…
-
API Authentication with Thrust Services Free Trial
We are unable to get a valid bearer token for the CSS API, or make any successful API calls, for that matter. We tried the online api tool (https://developer.opentext.com/services/products/content-storage-service/apis/information-storage-css-3-0-0) As well as a direct curl to the token API: curl --location --request POST…
-
Core Messaging email "opt-out report"
Dear Community, is there a way to find out which email address has selected the "opt out" option via API. I know from CoreContent GUI there is such a report avail, but I cannot find an api call to receive this info. Thanks for your support !
-
Core Content User Attribute - Thrust APIs
Hey All, while exploring thrust APIs realized that it does not have any API to retrieve users in the app. Is there any way to retrieve so as to work with user attribute in core apps without using admin API as that would require admin account. Additionally, the attribute information returned by CMS do not contain if user…
-
Smart View Widget Configuration
Hello, I wanted to inquire about adding banners or photos for each department-level folder in Enterprise Smart View. For example: - Enterprise - HR: Photo/Banner - Procurement: Photo/Banner Is there a way to accomplish this only through configuration changes? Or do we have to write codes for that?
-
Core Content Management - reserved characters and maximum item name lengths
Hi Team, Looking for any info on following. Are there any reserved characters when creating folder/document/workspace objects. i.e. akin to how ":" is reserved in xECM as it's used to denote path separator. Maximum length of name of an object - either practical or actual. Regards, David
-
Use Content Aviator directly from another application like Microsoft Word
We have all seen how we can use natural language questions using Content Aviator against a Business Workspace or a document. OK It's great functionality. However in our example where we receive questions via a Word document copying the question into Content Aviator then getting the reply to having to copy back into the…
-
If I have a Core Content subscription, can I use the OT2 Core APIs directly?
Hi OT2 Team, I have access to a trial of OpenText Core Content (SaaS App) This is working fine and we can access the web interface, add content etc. As part of evaluating the Core Content platform, we need to confirm whether we can interact/add content using available APIs. Reading…
-
Core Content missing Storage API URL
Hi , what is the Content Storage Service API URL for the customer. We know it for the developers, but we cannot find it for our Core content subscription.
-
Invalid Apikey when generating access token for Core Content App
I'm new to Opentext world and I'm trying to connect a SAP BTP application to Opentext in order to upload/download files. To do I subscribed to trial Core Content app. Then in the Admin Center I created 2 clients services one for the tenant and another for the Core Content application. Then I tried these apikeys using the…
-
What's new with Retention Service
The Retention Service manages retention policies and holds for OpenText Core applications; Core Content and Core for SuccessFactors. The service will allow customers to create retention policies and holds that can be used to apply to documents. Retention Service is used with the Content Metadata Service to apply retention…
-
Could not process object, type 'Entity Folder' has no role 'classifications'
Hi, When I'm trying to assign a classification to Custom objects via web its working fine, but when I'm trying to do the same with Rest Api its not working and giving me below error. Could not process object, type 'Entity Folder' has no role 'classifications' While I'm invoking same request for Managed Objects its also…