You are viewing limited content. For full access, please sign in.

Question

Question

Need help for creating Record Series folder under record series using java

asked on July 21, 2015 Show version history

We are trying to create a record series folder under record series folder using Java code but unfortunately we are not able to create that folder

While creating a folder in Java we are  using the below code in which we are not able to give the option (EntryType as Record Series) to select the folder as record series folder

//Folder newFolder = Folder.create(rootFolder, EntryType.RECORD_SERIES , session);            

above is the code which we are trying to achieve

We are able to achieve the below code but this is not we are looking out
//Folder   newFolder = Folder.create(rootFolder, EnumSet.of(EntryNameOption.NONE), session);

Please let us know how we can achieve this in java or let us know is there anyway to create record series folder through java.

Thank You

0 0

Replies

replied on July 21, 2015

Records management actions are not supported in the Java SDK.

0 0
replied on July 25, 2017

We are trying to consolidate our technology stack and also planning to upgrade LaserFiche SDK from 9.2 to 10.2

So just wanted to follow up on this question posted in back 2015 about records management actions. Is there any upgrade or enhancement in LaserFiche JAVA SDK to support the records management actions now with new version ? If yes, can you please share LaserFiche JAVA documentation ?

Thanks.

0 0
replied on July 25, 2017

Java SDK 10.2 doesn't introduce any new functions. What do you try to achieve, besides creating a record series?

0 0
replied on July 28, 2017 Show version history

Hi Liu,

We have custom utility which...

1) looks for the files and folders on the physical drive,

2) reads document status data from our custom database and

3) creates entry in Laserfiche document repository. 

 

In general custom utility creates Record Series, Record Folder, Associate Cutoff and Retention criteria templates to Record Series and Record Folder and copy/move documents from physical drive to respective folder in Laserfiche repository.  We also set the document date based on our custom database values. To achieve above solution we have mix of .NET and JAVA code (due to JAVA SDK limitation).

Appreciate your inputs on the same.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.