CSIDE and OScript
Topics include: CSIDE development (SDK), OScript
-
Getting error while opening from Eclipse :no OPENSSL_Applink
Hi Experts , Need help in resolving this issue to explore Eclipse Version: Mars.2 Release (4.5.2) Build id: 20160218-0600 OTCS Content Server 16.2.8 (2019-03), build 768 Attaching snap
-
Build clean removes features from compiled orphans
Hi, I've seen this behaviour for a number of years now but it's very non-determininstic and very hard to pin down. It also seems to only occur with orphaned objects. The scenario is something like this: * I orphan a request handler (or a Utils pkg) into my oscript project; * In the source, I add a new method to the orphan…
-
List of functions that change between versions
Hi, Does OpenText still publish a list of functions that have changed between versions so that 3rd party developers can review any custom code blocks that might override them? There was a time when OT did this, but last I had heard of it was in 2013. If so, where is the link? Thanks in advance -Hugh
-
Adding an ospace to existing module - managing the upgrade
Hi, This has probably come up a few times, but admittedly it's not frequent. Let's say you have a module with, say, 2 ospaces. Now, in the new version, let's say you add a 3rd. Now you have a module with a higher revision number, so when you drop it in staging, it shows up as upgradeable. If you go through the vanilla…
-
CSIDE/Eclipse freezes every time I make an object change
Hi, I'm noticing with the latest CSIDE plug-in on CS 20.4 that any time I edit an .os file and try to save it, Eclipse freezes up for about 45 seconds to a minute. During this time, the application is showing in task manager as non-responsive. I have the same plug-in on CS 20.2 and CS 20.3 without this issue (or at least I…
-
Resource does not exist
When we try to debug , eclipse is getting prompted at the break point location, but its showing resource does not exist, other codes are able to connect to source code and working in the hierarchy. Attached screen snapshot for reference
-
Getting a list of group names for a user in OScript (querying OTDS)
I have a custom OScript REST API and I need to check the group membership of the user as I want to limit access to the API to a specific group. The group is available in the connected OTDS instance. Is there sample code to do this?
-
Best Practices for making Admin request handlers available to business admins
Hi, Is there a guide or best practices for setting up admin sections and their usage privileges? I managed to reverse engineer my way to a functioning module where some of the request handlers will show up on the admin page that Business Administrators see. I have an orphan of the BusinessPrivilege object in WebAdmin which…
-
Event Scripts Debugging
Contains debug steps used by poster it was posted in the Forum general which is about the forum software these threads use , but nevertheless we were able to help him out :)
-
Custom Event Scripts doesn't work after the Content Server Upgrade from 16.2.7v to 20.4v
Hello All, We are facing an issue where we had existing custom event scripts created for our Workflow milestone steps which it help us to validate or generate a popup error messages if we pick have a wrong workflow attribute while clicking on send on or Approval. While upgrading them from CS 16.2.7 to 20.4v we got an error…
-
Guides/Samples of OScript
Hi Experts, I am a beginner in OTCS, I am looking for Guides/Samples for using/developing OScripts. I do have access to SDK but unfortunately, it's not detailed/I am unable to digest in mapping or extending the functionalities of CS. Not finding enough guides on OSpace, Object, etc. it would be great with sample business…
-
OScript Orphaning an object
Hi all, I am trying to extend navigation callback object to customize the navigation menu. Whenever I have tried to orphan the LLWEB object and extend the orphaned object on my module. But it's showing error that the Orphaned object is non-existent. I have tried with other objects also but it's still the same. I am…
-
Smart View workflow init page custom
Hi I'm trying to extend Smart View in the workflow page. Based on documentation there are 3 steps to do: 1. Implementing the `GetStartRESTServiceData` and `GetRESTServiceData` methods from `WFMAIN::WFObjectTypes::WFDataTypes` in the data package OSpace 2. Implementing an extension controller by inheriting the…
-
CSNODE Quick start guide
This discussion was created from comments split from: OpenText AppWorks Developer website update!.
-
Can't create node - learning CSIDE via OT online course
I am doing the CSIDE via the OT online subscription. Having a hard time with module 9 - llnode, webnodes and co. I am following the examples in the course but the node does not show up at all. The example requires the node to be in a folder but does not appear even when in a folder. If I try to force the creation while in…
-
Avoiding subtypes ID collison when creating a new Volume
Hi Folks, I am trying to create a new volume in Content Server, and it looks like what we need is just: Object llNode = $LLIAPI.LLNodeSubsystem.GetItem( TheIDOfTheVolume )
llnode.NodeAlloc( session, TheNameOfTheVolume) But this is assuming that we already know the ID of the volume. The thing about this ID, is that 0 to…
-
Error occured during the build: java.nio.charset.MalformedInputException
Hello everyone! I ran into a problem while developing a project in Eclipse for the OpenText Content Server. The build of the whole project fails, after which you have to restart Eclipse. I have to restart the development environment, because OTCS, when accessed through the browser, first displays a blank screen, and then…
-
Develop to change archive's names after using Object Exporter
Hello everyone, Recently we made a migration of documents with the Object Exporter tool in a Content Server 10.0. This tool extract the metadata with the name of the archive in a txt file and the content of the archive in xml aside. We want to know, if it's possible, to develop with some tool the method to rename the files…
-
Get The SubType Of An Uploaded Object on AttrData.os
Hi, I'm trying to get the SubType of an item during the upload process / create folder process in Content Server. Example : I'm uploading a new document to the server and I want to get it's SubType which is "144" as shown at the DTreeCore table during debugging on AttrData.os located at core/LLIAPI/AttrObjects/AttrData.os…
-
What makes WebReportsWF override WF general pane or not?
I'm tracking a problem with integration between my employer's custom module and WebReportsWF. In some instances, WebReportsWF will override the propertiesgeneralpane.html and in some cases it does not. On the client's system, it does, on my sandbox, with WebReportsWF installed and installed last, it does not. I can't find…