I am new to docusign integration with salesforce. I am following a simple flow of
- User logs into sfdc
- User goes to an object A and clicks the custom button (exactly same one as in documentation) selects a template and sends to user X.
- The receiver X will sign and send it back. My question is - after step 3, is there any way to update a picklist field in the object A indicating that the document is signed and received.
I do not want to do a trigger on document status and when I tried process builder, cannot see the parent picklist field.
So, I want to know if docusign has any feature to solve my problem.
Thanks
KR
The DocuSign for Salesforce (DfS) app on the App Exchange is an end product (ie. end-user product). If it's current feature set does not solve all of your business needs then you can always do an API integration and use the
DocuSign Connect
module.Using DocuSign Connect you can setup an external http listener where real time status/event updates are sent and can be parsed. At that point you can write whatever logic you need to do inside or out of Salesforce. For more info on DocuSign Connect see this here.
Otherwise if you want to use in conjunction with DfS, this can be done only by trigger because
The only correct solution is a trigger (it’s very simple, 10 lines of code, just replace my TODOs with your info):