Solved

How to save signed docu sign file in SQL back

  • 29 March 2019
  • 1 reply
  • 1 view

We have integrated docu sign and K2 , through the k2 process we are sending the attachment for digital signature  . 

Is there a way we can save the file back in SQL once signature completed so this will help to show in k2 , signed copy of attchment ?

 

Any lead ?

icon

Best answer by CAYX 29 March 2019, 16:43

View original

1 reply

Hello,


 


Some ideas on how this might be accomplished:


 


I believe you can utilize the DocuSign Document smartobject to go out to Docusign and get the signed document from an enevelope.   There is a load method that you can specifiy the Enevlope ID and ID of the document in the envelope (starts at 1).  


 


This will allow you to get the document, but there is no flag/filter to confirm that the returned document has been signed.


 


Should be able to combine the output of the above to return the file within an upload attachment call to SharePoint/SQL.


 


 

Reply