kodeybranson

Accessing a Package's Audit Info

0 votes
Sorry for all the different posts, but I thought it'd be better to have each question separately so they're easier to search. Another thing I'm going to need to use is to get the Audit information like in the evidence summary PDF I can download, only the listing of events from the SDK. How do I use the Audit Service to get this info with this SDK? KB

Approved Answer

Reply to: Accessing a Package's Audit Info

0 votes
Hey Kodey, No worries. To get the evidence summary through the SDK, you can use a method called getAudit() in the ESignLiveSDK class. It will return a base64 encoded string of the evidence summary that you can save in Salesforce as a PDF file. For an example of using this method, you can refer to the getAuditExample() method in the ESignLiveExamples class (line 220). Thanks! Rob Martinez hirekadence.com
Rob Martinez www.hirekadence.com

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off