Hi, We are doing Docusign integration for esignatures. We will pass t

Hi,

We are doing Docusign integration for esignatures. We will pass the document(s) to a java program which will send them to docusign. Since there are lots of information to be passed across (recipients, tabs etc) we created CDT to pass all data together to java program. But document type cannot be part of CDT. So, our CDT has only the document Id along with all the other details (recipients, tabs etc).

The problem now is how to pass documents to java program:
1) We tried adding Base64 strings to CDT - but for big documents, the string is not able to handle.
2) We can just pass on the document Id in the CDT. The java code can then use this id to fetch the document from the knowledge center folder and process it further - how to accomplish this? Is this possible? Which class/method should be used to get the document content using the document id?

We are struck here and not able to make any progress. Kindly throw some light....

OriginalPostID-106163

OriginalPostID-106163

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data