on 2017 Aug 21 5:29 AM
We have a requirement to extract all the attachments from CLM to a FTP location.
There are 3 types of Attachments in CLM and we are able to extract two out of them using below method:
1. Documents under ‘Attachments’ tab in Master Agreement :
listOfAttachment = doc.getAttachments();
2. All documents in ‘version history’ under Contract document:
docVersions = contractDocument.getDocVersions();
For below 3rd type of attachment, we didn't find any method in Class interface ContractDocumentIBeanIfc:
Is there way to get this attachment as an instance of 'AttachmentIfc' class?
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.