CSIDE and OScript
Topics include: CSIDE development (SDK), OScript
-
xECM 24.2 - Digitally Sign the Module - Reposting in CSIDE Category
Appreciate if anyone has any info on how to sign the OLL files.
-
Feature request - automatically build module.ini file when doing build clean
Hi, I am recently faced with a client requirement to embed a build number/code into my module ini file. I know that yeah, the webmodule object in Oscript has the '0 DumpModuleConfigToFile' function, and that we can override it to add our own tags, but what I really want is a way to have build clean regenerate the…
-
How to send multiples of same param name with RestClient
I've discovered what I believe is a shortcoming of the RestClient drop-in. If you're POSTing to a service which responds to multipart-form-data requests, then they may expect you to send multiples, for instance in the equivalent GET, how would you manage something like…
-
Module creation on CSIDE
Hi I just recently installed Eclipse as well as the OScript plugin. When creating a module, I am faced with this error, please help.
-
OBuild and OSCript references - update on JIRA's?
Hi @Dave Carpeneto Wondering if there's an update on following JIRA's we'd previously swapped notes on. OIDE-3718 covers the "remove server requirement from OBuild" request OIDE-3778 covers the "replicate arbitrary folder from source tree" request OIDE-4473 covers the "option to specify target platform" request OIDE-4475…
-
Is CSIDE 24.4 posted?
I am keeping get message to update CSIDE to 24.4, but when I check updates, there are no CS updates available. Can someone confirm if CSIDE 24.4 is posted and how to update it? Also after install today's main build, I cannot build any project, but with a lot of errors that CS components cannot be found. Does anyone get…
-
Why should the Multilingual Check function always return True?
Hi, We want the browse folder functionality to avoid having the sql query join with the webnodes_metadata_EN_en table. This woud improve our browsing experience tremendously. To achieve this there is a configuration setting, however this is always overruled in the Oscript function '_GetSelectWithPaging_IsMultiplingual'…
-
Webreports :BREAK function using OScript
Hello All, I believe this ask goes beyond base functionality, so I have to assume an OScript solution is my best bet. Wondering if anyone has toyed with the idea of a WebReport tag that would prematurely stop execution? Conceptually similar to a BREAK line in an IF/switch statement, only it would 'kill' the executing…
-
OTCS REST API Upload Failed for Files Larger than 500mb
I am developing a custom program using C#, consuming OTCS REST API. The OTCS version running is 22.4 and I am usinfg REST Sharp to call the API. There are instances that when the user is uploading files greater than 500MB, I wlll not get a HTTP success message with a node ID returned. Instead, a non JSON message or a NULL…
-
OTHOME\temp
Experts @Stephan Baumann @Dave Carpeneto I have a module in which on installation I allocate a folder in OTHOME\TEMP\<MYMODULENAME>\myfile.txt this was all fine and dandy until I started noticing this in my current version on service re-start I see all temp folders getting deleted and re-created. It is fine for OT products…
-
Anyone know the inner workings of XML Workflow Interchange (Oscript/C++ level)?
I'm looking for someone who might know about the inner workings of XML Workflow Interchange. In particular, does anyone know when the decision is made to send the XML WFIC task on, or to change its status to Ready and make it available in the user's inbox? In particular, I'm dealing with Livelink 9.7.1 I've traced it to a…
-
How to find out the Annual Growth of the Archive Center?
Hello Everyone, How to find out the Annual Growth of the Archive Center? Please help me, as I need this information. Regards, Ritikraj Singh
-
Auto Inheriting the permissions on the Sub-items even the Permission was set to the "This Item" .
Hello Everyone, Auto Inheriting the permissions on the Sub-items even the Permission was set to the "This Item" Only on the parent folder. How to stop the AUTO INHERITANCE of the sub-items? Will someone please provide me any solution. Regards, Ritikraj Singh,
-
Ppentext put api of permissions of owner's in not working giving invalid permissions error?
Hello Everyone, While I'm trying to change the Owner of a particular folder using below api Using POSTMAN, getting below error msg: { "error": "One or more parameters are invalid"} API: api/v2/nodes/{nodeid}/permissions/owner Will you please let me know how can I pass the parameters so that it can Change the Owner and…
-
How to override EMail sub classes (NodeCreateSubclassPost)
Hi CS23.4 I have inherited a module that overrides some functions when you drag and drop a document into classic view, so it can perform some additional checks before deciding if it needs to write into an additional table for later. Part of the module is this code: override function Void __Init() Object lliApi = $LLIAPI…
-
CSIDE 24.1 available
Greetings OScripters - CSIDE 24.1 (available @ , release notes @ ) add functionality that makes it easier to run Content Server's profiler against your code, as well as visualize the results: Full details can be found in CSIDE's in-product help (in Eclipse: Help -> Content Server SDK Documentation). In case you've missed…
-
How to make Eclipse working more predictable?
Hi, everybody. Please help me to configure Eclipse to work CSIDE plugin properly. I'm experiencing some problem when Eclipse does not start building the project. I tried to disable automaking projects and etc. Nothing help to me to force Eclipse to rebuild OScript code when I pick menu item "Build All". Please if anybody…
-
How to implement string search for begins with?
Hi, everybody, I'm new in OScript language. Could you please to help to write some code to find all strings from collection what begins with expression? To do similar like SQL LIKE. Thank you
-
seeing Thread specific globals $$'s in CS IDE
The Global Vars option does not show the thread specific ones, is there a way to show them in CS IDE ?
-
RestClient not presenting entire response
Hi, I'm trying to use the RestClient.PostFile() method. I've passed in a file, supplied its MIME type as well as a few parameters. In Fiddler, the request looks about right - it comes out as a multipart form-data post, and I get a proper response from the API. When I test in Postman, the request comes back with a file as…