keirbowden / sigcapapp

Signature Capture Samples
MIT License
9 stars 5 forks source link

Auto-click Next when embedded in flow #16

Closed keirbowden closed 4 years ago

keirbowden commented 5 years ago

"I have recently implemented your Signature Capture tool into my Salesforce instance within a flow to allow users to sign off at the end of updating a record. Unfortunately my users are stopping after clicking 'Save' and are not clicking 'Next'. Therefore the signature is not being attached to the record nor are the record updates happening that should trigger from the rest of the flow."

keirbowden commented 5 years ago

I think this should be achievable by catching the signature captured event and the executing the navigateFlow "NEXT" call - it may need an outer component that wraps signature capture and the event listener.

keirbowden commented 4 years ago

Covered by auto complete a signature capture flow blog post : http://bobbuzzard.blogspot.com/2019/10/auto-completing-signature-capture-flow.html