-
Restrict a particular Business Workspace in ECM to a specific user even though his role has access
We have a requirement to restrict a particular Business Workspace in ECM if an Entity is restricted to a specific user by the Admin. For this requirement, we tried Add/Update Access for the User to restrict access to that particular Business Workspace. But,when we did that, the user could still access the Business…
-
CSIDE 22.4 taking FOREVER to compile
Hi, I had this in the past with older versions of CS and CSIDE, but this started up recently with my CSIDE 22.4 deployment on Eclipse 22-12 on Windows Server 2019. I think it may be related to a Windows update that was foisted on me, but have no way to prove it or back it out. This is also a Virtual Machine on VMWare 15.…
-
Feature Request - Open Trace file in CS IDE
It would be helpful if we could open a Trace file in the CS IDE and have it appear in the same way as though the code had stopped in normal execution, so that I can interact with the stack and the variables to see what is going on. This would be much easier than trying to compare the functions with the data in the trace…
-
Is this a bug with Web.ToJSON and Web.FromJSON?
Hi there, I have the following code: result = CAPI.Exec( dbConnect.fConnection, 'select ID,Name from KUAF') result2 = Web.FromJSON( Web.ToJSON( result )) Obviously result is RecArray, however, result2 is list of Assoc! Is it a bug? If not, what's the best way to cast list of array to RecArray?
-
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 copy only the child nodes of a folder to another location inside Content Server?
Hi Experts, I need some directions on how to copy only child nodes of a folder(TestA) inside content server to another folder(TestB)? When I am using NODEACTION:COPY:<Container>:CHILDREN tag, it is coping all the child nodes including the folder TestA. So here I just want to copy only the child nodes. Is there any direct…
-
Does Content Server have built in JWT generation library
Hi all, I have an upcoming project where I need to call a REST service from Oscript. This service uses JWT (JSON Web Token) for authentication and session management. Normally, I'd find one of many Java libraries that do this, and call them through JavaObject methods, but given the extra scrutiny that OpenText is giving to…
-
Create new REST API (oScript)
Hello! I try create new REST API in Eclipse What's next step? Where I need to do registration this new API? In Postman I get error: "The REST API Url could not be found in the mappings registry" Or explain me please how I can create new API...
-
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…
-
ANNOUNCEMENT: CSIDE 23.1 (out in a few months) will require Eclipse 2022-03 or higher
Hi all - just a heads up that with the 23.1 release of CSIDE you'll need to upgrade your Eclipse installation to 2022-03 or higher. Failure to do this may result in some odd suggestions from Eclipse when attempting the upgrade (and the upgrade will in the end fail). Timelines for 23.1 are not firm, but it's my…