Forums

Hi Team, We have a document that has three signers whose signature is needed at three places in a document. **Signer 1**, **Signer2**, **Signer3**(So the total number of Signature blocks should appear are 9).

However, in our code, we see a method called .withOccurence(0) because of which the signing block is getting created only for the first occurrence of signers in the document.

So we would like to know is there a way to create a signature block to all the occurrences of a Signer.

Forums

Hi,

I would like to understand how do we retrieve signingUrl when we pass signerId as an email address. I am using below snippet 

eslClient.getPackageService().getSigningUrl(transactionId, userIdentifier);

here I've userIdentifier is e.g.  "[email protected]"

when I traced through I found getSigningUrl() is calling getRole() private method instead of getRoleByEmail() private method. and  I am getting below error for retrieving signingUrl