All,
Does anyone have a working example of an appearance that they can share that works in OTCS 22.x ? I have an appearance which works as designed in 16.2 (essentially some javascript which refences a .gif and has the effect that an additional button appears at the top right of the screen in...
Good points.......
I realise that an oscript change was likely but obviously is not the path of least resistance (need to make the change, test it and get it past the administration team etc) so was looking for anything else that others might have done.
The issue is that with so many records...
Just wonder if anyone else had a nice 'fix' for this general issue ?
I have the unenviable job of adding 10's of millions of docs to Livelink (lots of small ones !) but notice in testing that each one produces 10 or so audit entries and perhaps the same category audit rows. Obviously this...
Seems a shame that the methods exist for both modified and created dates but is not allowed without modification but I guess that's life :). Thank you for the reply appnair.
Hi,
Does anyone know if it is possible to set the created and / or the modified date of a document when adding it using web services (Java but C# example would do) into Livelink ? It seems an obvious requirement and the call exists but it seems to be ignored. Any enlightenment much...
As usual I appreciate the response Greg. However what this method tells me is that the attribute is a string (amongst other things like key, description etc) but not including it's precise type. By that what I mean is this particular attribute might indeed be a String but is it a single (-1)...
PS By where it is stored yes I know it's in the database but is there a web service methos that I can use to determine if the attribute is a text multiline, a text popup or a text single line type of attribute for example ? Hope the questions clear and appreciate any help !
Can anyone tell me how I determine the type of any attribute (text, text multiline, date etc) after reading the data associated with any given object in Livelink (9.7.1). I can easily determine the name (description), the key (attributeid.version#.order) and the data but not evidently the type...
I will do that tomorrow AM when I can access the server :).
In essence if you imagine a simple step that has three parallel branches to group A, B and C where all three need to be completed before the next step is reached. What I would like to do is to move the step on if one branch is...
Hi,
I have a fairly straight forward workflow where a document is routed through a workflow approval process. The disposition is as above - Approve, Modify and Reject with Modify (return to user to modify) is the default. The approval process includes a parallel step to three user groups...
Pretty straight forward really. The following (java in this case but easilly adapted) function does the job:
public static void setNodeNickname(DocumentManagement dm,int nodeId, String svNickname) {
// change the nickname property of the Node
// needs to be unique of course.
Node node...
I have a requirement in LL 9.7.1 to update the 'Nickname' at document creation time - does anyone know if this is possible using web services (pref Java but C# would be OK) and perhaps could point me in the right direction - ideally with a code example ? It may of course be that the update...
I need a listing of all project areas within a Livelink 9.5 environment.
At a minimum I would like the following:
• Name of the area
• A URL to the area
• The size of the area (MB)
• If possible – an ‘owner’ of the area
Can anyone help or has anyone done something similar ?
Oscript
The mime.type that I am setting is present but I must be doing something wrong:
// and set a specific mime type
docversion.add("MimeType", "application/msword");
If I set this using the interface then things work fine.
Do you or anyone have an extract to set the comment in a version of a...
Greg - as is often the case the server and hence the <opentext>\config\mime.types file is controlled centrally. The stock response of course is that the version does not support Office 7.0 (.docx in my case) files are not supported.
The criticil thing is that if I could explicitly set the...
Greg - again thank you for the reply and yes you are strictly speaking correct (confirmed by OT).
However I have found that manually setting the mime.type of a document with the .docx extension to msword using the interface gets me the desired behaviour. So really I simply want at least to...
As usual thank you for the helpful response.
The issue here for me is that in LL9.1 the .docx extension is not picked up automatically when the document is created and so I am trying to circumnavigate this by explicitly setting the mime.type it at the time of creation.
Hence the line:
// and...
I would like to be able to add both a comment and to set a spcific mime.type to to a specific version of a document created using CreateVersion.
I am using the following in Java with no compilation errors but critically no comment or mime type setting !:
....
// log the fac that the holder...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.