-
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…
-
Calling a WebNodeAction
Hello everyone, Im creating a WebReport SubTag and Im trying to execute a WebNodeAction from the Sub Tag Execution. Im not sure how to approach calling a WebNodeAction, if it is even possible and what other ways there could be to achieve similar outcome. I dont really want to write my own logic, id rather use the existing…
-
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…
-
Content Server 25.3 error
I installed the 25.1 plugin from the Knowledge Center in Eclipse 2024‑09. However, when I run it, I get the following error: Error: Could not find or load main class com.opentext.oclipse.vm.process.RemoteOScriptVMProcessCaused by: java.lang.ClassNotFoundException: com.opentext.oclipse.vm.process.RemoteOScriptVMProcess Can…
-
How to make content-type : 'multipart/form-data' POST request using OScript?
Hello Team! We need to make a POST request using OScript, which would use 'content-type : 'multipart/form-data'', like in Postman. The body would have a 'cert' file with key attached. That's how the request looks in Postman: Is it possible to do with OScript and, if yes, is there any available guidance or examples? We have…
-
GeneralCallback Event Script & Adhoc SubWorkflow
Hi Folks, I have a GeneralCallBack event script that is selected to run when the step is ready. This works fine but its running twice, when it creates an adhoc subworkflow (like when its assigned to a group and full expand is chosen so all members in a group get the step) and for individual steps within the subworkflow. Is…
-
Replicating DocumentCreateOrUpdate OScript logic via OOTB APIs
Hello, We have a custom OScript module that creates business attachments by calling the following function: XECMPFNA::BulkActions::DocumentCreateOrUpdate.execute(). This logic creates documents and automatically inserts related entries into the XECMPFNA_DOCUMENTS table. These entries are then used in our downstream…