CSIDE and OScript
Topics include: CSIDE development (SDK), OScript
-
Status page while program is executing
Hi, I have a request handler that does a bulk update of the permissions on various folders in the system. When a user launches this request handler, I assign a requestID that is then returned to the user for tracking. However, since the output is generated only after the RH completes executing, this requestID is not…
-
Update workflow roles after initiation
Hello: We have a need to update the user assigned to perform a role to a different user, upon the workflow initiation; This is required to allow the user to assign someone else in the role during his/her absence. Workflow proxy option has a limitation in that one cannot select different users for different workflows that…
-
Request/Response in oscript
Hi, Question on submitting an html form within a request handler (set by .fhtml): How can I call another script within that request handler from the form in this html file? I would like to pass parameters from my HTML form to the script. How can I accomplish this?
-
API error adding permissions to a folder
Whenever I call the script DAPI.AddNodeRight, I am getting the api error 662241300 - "could not add permissions to folder" - anyone seen this before? What is the cause? Hope to hear from someone soon!! I've been struggling with this the last few days., Thanks, Aruna
-
Modifying the Help navigation menu
How do we add or modify any item on this menu? Any tips? I was able to add something to the Tools menu (and the enterprise or Personal menus too) but am lost as to1)what is the key for the help menu 2) I am unable to trace back from a link on the menu to where I should be modifying code.
-
category values
How does one retrieve the categories for a specific object? Is there a DAPI call that will provide this information?I have searched the database and found where category and attribute definitions are stored. The only table I found where the values for selected categories and attibutes was the DAuditNew table. Is this the…
-
Assign Category to Node
I am working on a project where I am trying creating physical objects from a file. Using Oscript, I am able to use the llnode.NodeCreate() to create the node, but now I need to attach a category to the node. I am having trouble getting the Category I want into the "createInfo" input assoc for llnode.NodeCreate(). Has…
-
Programmatically apply permissions to sub-items
Hi, Is there any inbuilt package that I can use to apply permissions programmatically to sub-items in a folder in one transaction? I want the permissions to ripple down through all levels, not just the immediate sub-level of the folder. - Aruna
-
String Formatting not working in Builder
Hi, In my builder code, I have a statement as below: sSQL = "Select * from dtree where createdate > to_date(inputdate, 'dd-mon-yy')" CAPI.Exec(connect, sSQL). However the sSQL always evaluates as "Select from dtree where createdate > to_date(inputdate, '\dd-mon-yy\') How do I get rid of the '\' character? I've tried…
-
Get folder names and then use it to create group
Hi, I just took the builder class and need help in figuring out how to move forward!! I have a set of folders and I'd like my oscript to get the names of the folders and pass them as a string to a function that will create groups based on these names. Any tips on how to get this going? I'd appreciate any help I can get -…
-
Niet aanwezig Get folder names and then use it to create group
Ik benniet op kantoor tot 9 augustus. Voordringende zaken verzoek ik u contact op te nemen met ons hoofdkantoor viatelefoonnummer: +31 (0)43 408 6600. Mijnexcuses voor het eventuele ongemak. I amout of the office until August 9th. Forurgent assistance, please contact our main office tel: +31 (0)43 408 6600. I amsorry for…
-
Disable all Entry Breakpoints at once
Hi, is there a way in Builder to find and disable all breakpoints that a developer has set (and forget) in the code? Thanks, Marko
-
module intallation fails on testing server
I have created two modules using builder and when I try to install these on the testing server (by adding these in the staging folder), then the "admin install modules" page crashes. I am not sure why....... Any input would be much appreciated. Thanks,
-
customizationRT for Livelink 971
We have customizationRT 2.1.13 installed, not sure if it's for Livelink 97, but those additional features added to Object menu, such as "Produce" disappeared after 97 upgrade.Is 2.1.13 the latest version? Is there a 97 version, if not, what changes we need to make to make it 97 compatible?
-
User Validation Script
Hi I am new to Livelink development and currently going through Livelink Builder technical documents. I have a requirement to customize Livelink that when a user is added to a group, a validation should happen and check whether the user is a member of a parent Livelink group. If the user is a member, the execution should…
-
RE Builder erro
Thank you for your email. I'm now out of the office until Monday the 7th of June. Any support queries should be sent to support@resonatekt.com and any sales queries to sales@resonatekt.com.I will read your email on my return. Kind Regards,Lee.
-
Builder- display customized folder
I have a requirement to create a custom display that in most respects is the same as a livelink folder but with some custom columns and some other features. The custom display would be activated from the function menu of the original folder and would call up the new display. I'm not sure how to go about that in Builder and…
-
Replacement tags issue
In my workflow, I want to send an email to the assignee but there is no replacement tag to do that. The only email tag that I found was <InitiatorMail /> I know I can use event trigger script to do this for me. Any other ways that I can accomplish this? Thanks
-
Logout Module in livelink
Logout belongs to which ospace? Is it the Webll? I am creating a logout quicklink under the Tool Menu.
-
writing to opentext.ini file
I am looking for a sample script that I can use in my custom module's execute method that will allow me to write to the opentext.ini file. Thanks,