CSIDE and OScript
Topics include: CSIDE development (SDK), OScript
-
á×ÔÏÍÁÔÉÞÎÁ צÄÐÏצĨ RE RE Using DAPI.GetNode in a Project
Hi, Thank you for your email! I am currently out of the office and I will return on May 10. Thank you!
-
Using DAPI.GetNode in a Project
DAPI.GetNode('Sub Folder 1',projectNode) failed because select * from DTree where ParentID=:A and Name=:B does not work for projects as parentid = - dataid of project node... any workaround? Thanks Kevin
-
Hiding the Livelink menu bar
I have a WPF application in which i am trying to view a Livelink document in a browser control. Since Livelink is used in the backend, I dont want to show the user,, Livelink Menu bar and toolbar. I am accessing this format URL: http://<server>/otcs/livelink.exe?func=ll&objId=<docId>&objAction=viewheader Please tell me…
-
Impersonate User in Oscript
I am looking into a customization to OI that would enable the audit trail to reflect the createdby user instead of Admin as is normally done. Can this be done? Thanks! Kevin Kevin Bailey Senior Technical Architect | Americas Services Organization Phone: (360) 609 1454 LinkedIn: kevin-bailey Website: http://www.opentext.com…
-
Zip and Download
Hello, For a custom Module i try to overwrite some Document actions (Overview, download ... ), all works fine. only the action Zip & Download i am not sure if i do the right orphane. To overwrite the Zip & Download i have orphane the ZipDwnld from the Module MULTIFILE:WebNodeAction:ZipDwnld. If i try to debug only the…
-
Custom module installation issue
Hi, First, I had developed the Address Book module in the Builder. It works. Then, I try to create my own module, keeping a peek to the tutorial... It works on builder. So, for testing it, I try to install my module in another Content Server Instance without the builder. The issue is that when I click on "Install" button…
-
echoDebug() statement
In CS 10, echo statements now have logging level alternates such as echoInfo, echoDebug, echoError. In the case of echoDebug() if you are running builder and a block of code has this, how do I get it to show up? I've already changed the logging level to 11 (which is the highest as far as I know). Is there another setting I…
-
Apply RM Class to a Node through Oscript
Hello, We need to apply an RM classification to node through Oscript. Anyone can give an insight on how this can be achieved? Thanks in advanced Br Ricardo Cartaxo
-
CS10 - what happened to Java Modules
Dear OpenText With shock I see that Javamodules have been removed from CS 10. I presume this is due to the removal of RMI as integration layer in the CS10 stack, but I am somewhat disappointed. Is there any plan to move in this direction at a later time? I imagined that this would be one of the first steps in incrementally…
-
Call external URL from function menu with objid as GET parameter
Hi Content Server Experts, I have the following requirement: from the function menu for Object Types "Document" I need a custom action to be launched which dynamically calls an external URL (the static part of the URL => written in an ad-hoc category attribute, or something similar) with 2 GET parameters filled with: -…
-
Create Business Workspace via Oscript
Hello, I am trying to create a business workspace via Oscript in an item handler task in a workflow. For instance, I will have a task named “create business workspace” and by scripting I would like to create a business workspace. Can anybody point me the direction to do this? Kind regards, Pedro
-
Oscript Beginner
Hi, I'm new to the Content server 10. I need OScript Documentation(guides, References etc). Where Can i get the basics tutorial? Where can i get these reference guides and OScript Programming guides? Thanks in advance and I really appreciate your help. Regards, Dhaval
-
Add a new tab on document properties
Hi, I want to add a new tab in the properties page (like tabs Audit, Categories, Ratings, Renditions...etc). I don't know how to start. Which object to orphan ? How can I specify the weblingo I want to display ? Thanks.
-
Appending service name to builder window title
It would be nice to know what builder you are working on when there are multiple instances installed on the same machine.I remember it was some lines added to webbuilder.lxe file, but completely forget how I did it years ago.
-
á×ÔÏÍÁÔÉÞÎÁ צÄÐÏצĨ Appending service name to builder window title
Hi Thank you for your email! I am currently out of the office and I will return on January 9. Thank you!
-
Copy Binder
Hello, I want copy a binder through the oscript, with the same functionality I have when I copy it through the livelink interface. When we copy a binder when the normal livelink content server interface, we get a copy of the binder and also the execution of all the functionality associated with the binder, like the…
-
OScript tutorial and livelink builder
Hi , Is there any tutorial for oscript learning available. Kindly share the same. Also where can we find setup for livelink builder. Thanks, Ankur
-
Facet And Columns Exciting News...
Afternoon all, Now that I have your attention, I would like to announce the posting of the Facets and Columns API Documentation. As promised this guide helps define a metadata source for either the facet or the columns API. There is a Quick Start reference in there as well. Please provide feedback, this will help define…
-
How to handle special characters on Builder
How to handle special characters on Builder Hello, We are having some issues handling special characters on Builder, especially when this characters have to be showed on Livelink interface. For instance we have a custom module which adds new webcommands to certain nodes, and the fName that we want to show on livelink…
-
CustomizationRT
Hello, i have a custom Module to overried WebLingo files, and thats work well (based on http://www.greggriffiths.org/livelink/development/weblingo/customizationsrt/). All Files to ovverried will stored in the Folder <customWebLingo>/modulemap/ I have seen in some Modules that it contains Folder "modulemap" like cmbase und…