cancel
Showing results for 
Search instead for 
Did you mean: 

Version Control and Exporting documents

Jarred_Joiner
Champ on-the-rise
Champ on-the-rise

We are starting to implement Version Control for a subset of our user base.  We have to sometimes export documents in large batches and perform that via FCC without issue.  With version control through, is there a way to export the original document that was brought into Perceptive Content through FCC or other means?  This would be so that we don't export documents that have gone through their markup processes.

3 REPLIES 3

BrandonCrespino
Employee
Employee

Hi @Jarred Joiner - I can only see this as a scripted effort. We do have methods in iScript to be able to specify versions of the document and then you could target which version to export via iScript. All agents and services are only going to focus on the current version when processing unfortunately.

Thank you for that information.  Can you point me in the direction of the methods that can target the version via iScript?

Hi @Jarred Joiner  - You bet. You will want to call getInfo on the INDocument object to the current version number it is property (doc.cur.ver) and then with the INVersion object you can pass in the doc id and a version number to get the info for that version.

 

For the INDocument methods you can view: Link

 

For INVersion info you can view: Link

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.