keirbowden / sigcapapp

Signature Capture Samples
MIT License
9 stars 5 forks source link

Fire event when signature captured #3

Closed keirbowden closed 6 years ago

keirbowden commented 7 years ago

Include record id and maybe timestamp.

camisotro commented 6 years ago

Any updates on this? Would be great for an upcoming project but we need to be able to receive some sort of event to handle once it's captured.

keirbowden commented 6 years ago

I'm afraid not. I probably won't be adding any more enhancements until 2018.

camisotro commented 6 years ago

Thanks for the update. If we can't come up with a workaround, I guess we'll have to roll something from scratch then.

keirbowden commented 6 years ago

A BGSIGCAP:SignatureCapturedEvt event is now fired when a signature is successfully captured. It includes a recordId attribute that contains the id of the record the signature was captured against (i.e. the record that owns the signature file).

V1.30 on the app exchange has this functionality, and there is an example of handing the event in the repo.