-
Need assistance resetting the "Web Administrator" password in Content Server
And just to clarify this is the password needed to make important updates under the admin section and can normally be reset in the server parameters page if you know it. Unfortunately not the case in my situation in our PROD environment. I have the otadmin / Admin / CS admin (all sort of the same thing and synced is my…
-
Remove tool bar BWS icon - Smart View
Dears, We are looking to remove the create BWS icon from the Smart View tool bar, does anyone have any leads to start on this please? Also, the customer is looking to replace the documentation link from the help icon, to be replaced by a custom PDF document they have. Best Regards
-
Opening of PDF document in Smart view
Hi All, Right now if i click on any pdf document, it is getting opened in a new tab. i want to change this top get document opened in same tab post clicking on document. i explored almost all admin related setting. but unable to progress further. We have blazon installed. Any help is much appreciated. Thanks
-
401 Unauthorized error while making request to API using Python. It indicates access token "invalid"
I’m encountering a 401 Unauthorized error while trying to make a request to API. The error message indicates that the access token I'm using is "invalid." Here’s what I’ve tried so far: Verified the Access Token: Double-checked for any typographical errors in the token. Confirmed that the token is in the correct format…
-
Why SearchHumanTasks method is not retrieving all user tasks in 24.1 version ?
We have recently upgraded from Appworks 20.2 to Appworks 24.1 version. After upgrading we found out that SearchHumanTasks input structure has been changed. When we execute the task with required input, it only returns tasks assigned to roles and tasks assigned to current user. It is not returning tasks across all users.…
-
How to consume the API 'VAS4_ILC_QUERY_CDS'
Hi Experts, We are using Opentext to process supplier invoices in SAP. Need to call the API "VAS4_ILC_QUERY_CDS" from external system to get the supplier invoice data from SAP. Need help on how to consume this API and how to test it using Postman. Thanks, Sagar
-
Magellan BI and Reporting
I am having issues with my reports displaying on AppWorks. On the Dev and QA environments, the platform service keeps shutting down. In production, the dashboard would show but the report would say "The file type is not supported". Usually when that happens, I stop and restart the cluster in the System Console and it all…
-
Query related to a columns not visible in Business Workspaces using widgets
Hello All, We have designed an html page and using below widgets to display business workspaces - "csui/integration/folderbrowser/folderbrowser.widget" and "csui/widgets/nodestable/nodestable.view" 2. We have global+custom (created via Facet volume) columns available in those Business Workspaces 3. From OTCS (smartview and…
-
documentum webtop how to implement actioncompletelistener for checkin operation?
Hi! I understand that there is information found on the WDK developers guide on this topic, but it is currently spread out across various examples, making it difficult to implement for our use case. Thanks!
-
Html Editor Widget event
Hi I'm using the following code to load Wiki content in Smart View. It kind of works, but I have doubts about fetch().done method. I need to be able to know when the full content of wiki is loaded so I can run another function GetAllWikiHTML. In some cases GetAllWikiHTML does not have all the wiki content. Are there other…