Recent Posts in My Followed Categories
Switch the "Content" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Smart view 24.3 version : Looking for a JavaScript file which will invoke the view functionality
In smart view We are having a requirement to add / modify the existing view button in the inline ribbon menu in browser view. We would like to know what the URL will be invoked while clicking on the view button Also, we are looking for a particular core / JavaScript file which will invoke, so that we can make the changes…
-
Override feature not working
Good day, I created a module and I am inspecting the WebModule object. I want to make a change and 'Override Features', when I do click that, there isn't any popup being displayed. I possibly need to inject the overrides manually. Are there any prerequisites for this? Could you kindly assist. I have attached a txt file…
-
Eclipse has odd behavior
Good day, I am constantly experiencing issues with Eclipse. Recently, I wanted to create a package inside of an OSpace but it kept on complaining about not finding the path. Right now, I want to create an OSpace inside of a newly created module and it cannot find this because of the path and I think the main issue is that…
-
how to get custom content in the yellow box when using type ahead
looking at the following : I've tried a few ways from the Eclipse doc and AI chatbots to get my own comments to appear for my custom functions but keep just getting the function name, is this possible or is it a limitation of the CS IDE plugin ?
-
Building a Module from source without CSIDE
Hello everyone, I recently read about OBuild but I could not find much information about it. Is it still supported and if so, where can I find information about using it properly to build a module without having to start the CSIDE ? Thanks a lot in advance !
-
Is there a built-in function to get the Content Server URL?
My function is not within any LLRequestHandler, is there a built-in function to get the Content Server URL?
-
OpenText Content Server IDE (CSIDE) 25.x Complete Documentation
We are currently working with OpenText Content Server IDE (CSIDE) version 25.x, and we only have access to very old documentation that covers basic fundamentals. Unfortunately, it does not reflect the current architecture, development standards, and features available in version 25.x (25.1, 25.3). Therefore, we kindly need…
-
Cannot create a new module
Hello, I want to build my first Smart UI extension. I installed Eclipse and the CSIDE plugin. I created a new OScript project and I selected my OTHOME. When I try to create a new module it gives me the error "java.lang.reflect.InvocationTargetException" with the following stacktrace:…
-
Unable to start debug mode for Content Server in eclipse
I patched my dev content server recently and I started seeing this issue after. I cannot seem to start Content server through eclipse. I have updated my CSIDE with latest and my java version is 17. Please advise.
-
Blazon fail to convert part of word files to PDF until restart the IGC services
The Content server version is 16.2.1. There's a customized webreport sub-tag to call blazon to convert word to pdf and add banner/watermark (oscript). This sub-tag works good for many years. But recently it meets problem. For example, there were more than 20 workflows using this sub-tag to convert file. Nearly half of them…
-
The items are not from the same database
In workflow, we have a EventScript which is simply there to initiate another series of workflow instances based on the attributes of the WF you are creating. After upgrading from CS16.2.4 to 22.3 (16.2.21.2017), this event script has stopped working. Having debugged it and stepped through into the Core modules, we have…
-
OBuild - parser errors
Hi OT Gurus (particularly @Dave Carpeneto @Juliano_Ghisi @Hany Samuel @Stephan Baumann). Working with OBuild, I've noticed something that I'm seeking guidance on whether this is a known issue/limitation, or whether perhaps some coding practices need review. For quite some time, OScript has permitted referencing…
-
CSIDE 23.4 now available for download
Greetings OScripters: I just noticed that CSIDE 23.4 was posted to the Knowledge Centre ~ 2 weeks back. For reference the binary can be grabbed @ https://support.opentext.com/csm?sys_kb_id=69f6d0bb872dbd10063520e5cebb35d8&id=kb_article_view&sysparm_rank=4&sysparm_tsqueryId=143c39eb1b7179505e1fdd7edd4bcb6c and the release…
-
OBuild: OScript commandline build tool
In 22.4 release, we release our new tool OBuild. This is a CLI tool to build OScript Modules without the need to have Eclipse or GUI. This tool is mainly for third party developers who wish to automate their build process and build a CI/CD pipeline which has been always a challenge if you only use CSIDE. We really love you…
-
How to get folder(Node) details using API's Including sub nodes and metadata.
Hi Team, Please let me know How to get folder(Node) details including metadata and sub nodes using API's in content server Thanks in advance.
-
How to download documents using content server api's
Hi team How can I download bulk documents in content server using rest API's Thanks
-
Shortcuts edit
Hello, everyone) I have some created shortcut based on URL. What does it URL mean? and how I can make some changing in this shortcut (it's not my creation)? If you have information, please help me
-
Can we Show up the multi operational commands for a specific node or node type ?
I have been trying to implement the custom multi-operational command and successfully implemented one. It's working fine. I am just curious if we can have this custom multi-operational command for a specific node only. I want this command to be present in just a specific folder of my choice. Could someone help me with how…
-
Create new REST API
Hello! I need to develop new REST API to get some data in JSON format (OScript eclipse). But I haven't information how it possible. Where do I begin? Where I need registered my new API? Explain me please, or share information about it
-
Publishing changes to Content Server
Hallo, I have a project .os (not mine). I made some changes in code and want ADD this changes to the EXISTING Module. How can I do it? Can you explain me, please, how I can publish my changes to the server (OpenText Content Server)? P.S. I try to change API functionality.