CSIDE and OScript
Topics include: CSIDE development (SDK), OScript
-
How to customize and add edit checks to the category/attribute page?
I would like to add some edit/validation checks to the existing category/attribute page, so that when end users need to update an attribute value, I want to be able to validate the value either throught javascript or some other method. Any advise on how best to approach this would be great.
-
Create shortcut of document when the document is created in some folder
Hello, How can i create a shortcut of a document, when this document is created in some folder using the creation event of that document? Thanks!
-
Builder Tips and Tricks Question - How to have builder understand multiple SHIFT-CTRL-LEFT (or even
I posted this on LinkedIn, and will try here as well... In, frankly, all other applications that show text, one can highlight mutliple words by selecting SHIFT-CTRL-LEFT. This works when you do it once in the SDK, but doesn't highlight more. The Builder does, however, recognize multiple SHIFT-CTRL-RIGHT commands (same…
-
How to make a custom container supported by WebDAV
If I have a custom container, how do we make it show up in WebDAV view? The "Edit" button on overview page of a document stored in the custom container is broken because of this.
-
Java
Hi. How can I call a Java class from builder?I've tried builder's class JavaObject, but when I've called JavaObject dateFormat = JavaObject.New( "com.opentext.util.DateFormat", {} )I've got E1114112008. I have the latest jre installed. What's wrong? Thanks for advices, Tomas Kutlak
-
Getting values from category attributes in workflow attachment
Hello, How can i get the values of the attributes in a category present in a workflow attachment, in a event script? Regards
-
Help me find something
I heard there was an article on here somewhere about implementing custom columns in OTCS browse that's new in CS10. Can't seem to find it. If you know what I'm talking about, can you point me to it?
-
How to read Excel (.xls) file in OScript?
Please tell me the procedure to read an excel file using OScript. In excel file, each row will have a file name and attribute values.
-
System.Sleep() Error - Could not find thread
I tried to let the thread to sleep for a few seconds to test something in Livelink Builder but just never get this System.Sleep() method to work as descriped. If this method never works, what are the alternative ways to let running thread to sleep for a few seconds like Windows sleep method. Thanks John
-
Change Button Text
Hello, How can i change button Text ? See attachment
-
Using appearances in custom CS10 modules
Hi, Would anyone know what is the suggested/supported way of integrating CS10 appearances into custom modules code (weblingo files)? Is there any developers documentation describing that process? We are using a global appearance which we would like to apply across all content, including all custom modules that we have. As…
-
Builder dev team suggestion
It looks like displaying messages in the debug window is what takes most of the Builder startup time. Noticed that when you have a lot of patches the Builder takes a huge time to startup ? My suggestion to the Builder dev team would be to provide a switch for disabling the debug messaging at startup. Cheers, Pierre
-
Need Urgent Help Parsing a string into an Assoc
I have a string which is a list of items seperated by CRLF and I need to parse it so that I can place each element into an assoc in order to then place the values into a multivalue category attribute. One other kink is that the MultiValue atribute is also an extended attribute which has a look up table for valid values.…
-
Could not get list of ospaces required by...
Hi, I'm trying to startup my builder with WebReports installed and it won't start. I get this message in the debug window stating: Could not get list of ospaces required by D: \compassnewui\module\reportext_10_0_0\ospace\reportext.oll I have another builder where I'm able to get it loaded and I find in the properties of…
-
XML Interface
Does anyone have a sample for requesting an XML file from a remote server and then loading it into LL using OScript, I can see the XML WF Ext stuff and the XML package, but wondering if someone has a simple worked example ?
-
Assingnee Email replacement tag
In the workflow map, when I assign an assignee for a step, I want to be able to send him an email using the replacement tag (<AssigneeMail />). I know we can use <InitiatorMail /> for the initiator. Is there a replacement tag already defined for the assignee email? Thanks,
-
Objects not inheriting under some circumstances
Hi there, I’m having an issue with an orphaned object that doesn’t seem to get picked up under all circumstances (e.g. outlook email drag and drop). I’m using CS10 and Enterprise Connect 10.2 I have orphaned WEBDOC:Docnode.Document into my module and made modifications to action-create2 and _SubclassCreate2Pre scripts.…
-
Method to downsize documents in Livelink
Hi Experts, I was wondering if you could help me with the below query. We are using CS 9.7.0 and looking to downsize all the documents in the application. To clarify, I am looking for a method or a way which can eliminate or delete all the versions from documents retaining only one latest version per document. We have…
-
Custom Agent not executing on Scheduled times
Hello, I have created one Custom agent. This agent is registered successfully in the AgentSchedule table also. I can run the agent using http://<<SERVER NAME>>/<<INSTANCE>>/livelink.exe?func=agent.runagent&agent_list={'XXXX'}. But the agent is not executing on the scheduled timings. Can anybody point me out what may be the…
-
Scheduling an agent on monthly basis
Hello, Is it possible to schedule a custom livelink agent to execute once per month?