-
CS 21.3 RestClient SSL Certificate issue
I am using RestClient to call external RestAPI and run into below error: SSL Exception: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed The thread debug log: 01/03/2022 12:28:39 DEBUG new restclientSecure: host api.smartsheet.com port 443 uri /2.0/users/me 01/03/2022 12:28:39 DEBUG…
-
Memory leak with JavaObject
I use library log4j for logging, but I have the problem with memory leak. Memory increase every time when we call next code Object jog = JavaObject.InvokeStaticMethod("org.apache.logging.log4j.LogManager", "getRootLogger", {}) //it calls one time with initialization log.InvokeMethod("info", {"some msg"}) //it calls every…
-
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…
-
Accessing Search Templates in Smart View
Hi, I'm noticing inconsistent behaviour around Advanced searches that are saved as search forms. My understanding is these (as opposed to saving search query) are to be accessible to Smart view search, i.e. so you can in classic view, save an advanced search page (i.e. one with metadata) and access it from the search icon…
-
How to change validation in user login page
Hi Team, Need to change validations instead of 6 need to change to 14 characters, Please find the attached screenshot for reference.
-
csui-sdk 21.4.0 FolderBrowser Widget add Button sample
Hi All, I am new to and having some trouble learning the smart UI sdk framework, I have been studying require.js, backbone.js and marionette.js but it's still taking me awhile to understand how to implement functionality to more complicated widgets. Are there any samples where I can inject a custom button under the…
-
RestClient.NewSecure JSON payload with XML field
Hi I'm trying to call a an HTTPS rest endpoint from oScript using RestClient.NewSecure. Due to historic reasons, I need to post some xml data, but it it embedded in the json payload as a json field. I build the xml from mostly attribute values - OK. I build the json string: String cSiebelMessage =…
-
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...
-
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.