Forums

Guys,

I know you guys have been improving things for the new signing experience and I wanted to circle around to see if this workflow has been improved.

When we want to change notaries for a package do this workflow.

1. Find and delete all documents that have a notary endorsement

2. Re upload the notary documents with the new notary id

3. Update package information with new notary id

 

Forums

Hi, I am unable to create a package with the JAVA sdk for the attached document. I am getting an eslServerException with a technical message 

 

{"message":"Unexpected error. We apologize for any inconvenience this may have caused you, 
please try again. If the problem persists, please contact our support team.",
"code":500,"technical":"error.eslx.inputValidation.documentPreVerifyInvalidResponseNumberError 
[#c91ff7c9-3d7d-4a86-b3bf-281fd9c5fc0d]","messageKey":"error.internal.default","name":"Unhandled Server Error"}

 

Forums

Hi.
I have a requirement that after the package has been created, the user has changed its mobile number and the system has to send the SMS to this new mobile number.

In order to do that there is a way to update the package after its creation or I should delete the previous one and create a new one with the new mobile number provided?

Thanks.

Forums

REQUIREMENT

We would like to be able to order our signers. For example for a document: SignerB has to sign before SignerA.

 

WHAT WE HAVE FOUND

OSS 11.42: This is an option to order signers from the OSS UI when initiating the signing ceremony.

OSS 11.41: There is no option to order the signers from OSS UI.

 

QUESTION

Is there a setting or config that would activate signer order in OSS 11.41?

Thank you for your help.

Forums

Hello,

Can't seem to find the documentation that I swear I saw at one point that said the ID fields must meet certain criteria? Am I crazy?

I have a Regex in my code ([^a-zA-Z0-9_\-.]+) to only keep alpha numeric, _, -, and . -- can't remember if there was a good reason for doing so.

For instance, in a "document" object, I run the document name thru regex to get the ID:

{

"id": "TestDocument",

"name": "Test Document"

}