Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Copying Signature Tab Information
Brian_Lee
Hi,One of the features of eSign is the Signature tab added to a signed document. It shows who signed the document, when they signed, etc. Does anybody know of a way to copy this information to another document? I'm looking for a way to do this within an event script.thanks,-Brian Lee
Find more posts tagged with
Comments
Donna Nalls
Hi Brian,Have a look at $ESIGN.ESignPkg.AddSignatureRow() - inserts records into dsignature table.Caveat Emptor: there are some other tables that manage the signature counts for positioning of signatures on the documents...you don't want to mess with these tables. They are: SignCount and SignTrailI think you will be safe adding records to dsignature, but make sure you test thoroughly.Also, if you are in a validated environment, make sure you are not violating any regulations by adding records to this table.Best,Donna
Brian_Lee
That worked. We are in a validated environment, but our QA requested this, so they get to defend it. :-)cheers,-Brian