Hi.
To create a version of a document in ARIS ADS through a report I am using the method updateDocumentContent ( ADSDocument document, ADSDocumentMetaInfo documentMetaInfo, InputStream content, String changeDescription ).
In another report I would need to retrieve the value of changeDescription. It's possible? Can't find the proper method in ADSDocument or ADSDocumentMetaInfo classes.
Thank you
Nikita Martyanov on
Hi Francisco,
I'm not sure, but you can try ADSDocumentMetaInfo.getDescription().
---
BR, Nikita