cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Final Signed document in Contract Document in CLM?

Former Member
0 Kudos
215

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:

  • Final signed document(s) under Contract document.

Is there way to get this attachment as an instance of 'AttachmentIfc' class?

Accepted Solutions (0)

Answers (0)