I'm creating an application that needs to import documents into Livelink. It will determine the location in which to save the files (creating folders if necessary), and attach attributes to the file.
I can successfully connect, I've added docs (AddDocument()) and created folders (CreateFolder()).
How can I create subfolders - can I create a full path in one go: CreateFolder(parentVol, parentID, "folder\\subFolder\\subsubFolder", objInfo) ... or do I need to create folder, change working directory, create subfolder, change working directory, etc?
I'm struggling with the attribute creation - I've got a set of attributes that I need to attach to a file. attrInfo.add(name, value) - that makes sense. Does LL need to be configured ahead of time to know what attribute names I will be assigning?
Categories - how do these relate to attributes - a category has a set of attributes?
Lastly, once I have added my list of attributes, how do I bind that attrInfo data to the file?
Sorry - lots of questions, just hoping to get this one knocked out.
Steve
I can successfully connect, I've added docs (AddDocument()) and created folders (CreateFolder()).
How can I create subfolders - can I create a full path in one go: CreateFolder(parentVol, parentID, "folder\\subFolder\\subsubFolder", objInfo) ... or do I need to create folder, change working directory, create subfolder, change working directory, etc?
I'm struggling with the attribute creation - I've got a set of attributes that I need to attach to a file. attrInfo.add(name, value) - that makes sense. Does LL need to be configured ahead of time to know what attribute names I will be assigning?
Categories - how do these relate to attributes - a category has a set of attributes?
Lastly, once I have added my list of attributes, how do I bind that attrInfo data to the file?
Sorry - lots of questions, just hoping to get this one knocked out.
Steve