Forums

The Redirect URL is getting some values appended to it by OSS. Something like this pattern: ?package=[packageID]&signer=[signerID]&status=COMPLETED

I am not able to extract those values as our platform is expecting XML. So I need to send some dynamic values with the XML in the redirectURL but the structure of this isn't compatible with the values being appended by OSS.

Forums

Hi, 

Is it possible to inject the values using field names rather than ID , since its becoming very difficult to send values using id because if we have four environments each time its very difficult to inject values using ID.

 

In that case prod environment will have new set of id values , which meaning we will not able to test .

Forums

In our scenario we have all the documents created in a temple and user will select some documents from the template in our application to esign or manually sign.

Each time when we create a package/transaction,  we are cloning the template and deleting the roles and documents as suggested .

But its seems very difficult and overhead when the number of documents in a template is high . 

So it is possible to clone only the documents and roles we need from the template in your future versions at least which will help us a lot .