keirbowden / sigcapapp

Signature Capture Samples
MIT License
9 stars 5 forks source link

Questions not Issues #27

Open ManuelR15 opened 2 years ago

ManuelR15 commented 2 years ago

Hello,

This is my first time using Github and wanted to ask two questions.

  1. Is there a way to keep track of signatures linked in a Salesforce object?
  2. Is there a way to link a signature from on record to another record due to duplicate records being created?

If this is not the right place to ask, please excuse me and direct me to right direction. Thank you!

keirbowden commented 2 years ago

Hello.

This is as good a place as any to ask questions:

  1. The signatures linked to a record will appear in the Files or Attachments related list, depending on how you have configured the component.
  2. Not directly - Attachments and Files are 1-1 with records. You'd need a junction object that had the related list of Files/Attachments and relationships to join two records together. This would all be manual outside of BrightSIGN though, as it doesn't introduce any custom objects,