Forums

I am trying to understand how conditional fields and logic works in the .NET SDK C# code. I have 4 RADIO buttons, 4 TEXT fields and 4 SIGN fields. At the time of signing I need to be able to choose a RADIO button and this will trigger enabling a text box related to this button plus enabling the SIGNHERE related to it. At the same time will disable the rest of the TEXT and SIGNHERE options. Can we do that? Can you show me a code example? If I have to use the API to setup the condition and logic, can you tell me how. Attached are all my TABs from my XML file that translate to 

Forums

I have a business account that all users delegate into and now they want to use it to send transactions via an integration.  The challenge is that no one can ever log into the business acount so when we generate the client app ID and secret they are assigned to the person who delegated into the service account and NOT the actual account.  Is there a way to generate them using the API so I can "be" that person and get some created?

Forums

Hi,

I want to get a package from one span by its ID using Postman. I need to call it from the postman so can you please provide me  REST API details (URL, headers, and parameters) or refer me to a related link?

 

Some packages are sent to onespans by our system and it receives package IDs with success status but Still, on my one portal, they have disappeared so want to check the status of these packages. that's why I need to call get package API using

Thanks,

Forums

In the following piece of code I am inserting Check Buttons, thru a list of SignatureDetails. Here I am adding the entries to the 

DocumentBuilder documentBuilder = DocumentBuilder.NewDocumentNamed(document.FileName)
   .WithId(document.Id) // Ensure document ID is set correctly
   .FromStream(fs, DocumentType.PDF);

After the case statement is done with all records I added to the package builder 

packageBuilder.WithDocument(documentBuilder);

At the end I build the Package

var builtPackage = packageBuilder.Build();

Forums

I am inserting this kind of Tabs {ESIG_BORR01_SO_0001} using .WithPositionAnchor(new TextAnchor() { AnchorText = signatureDetails[i].AnchorTabString, Height = 20, Width = 80 })  from reading <AnchorTabString>{ESIG_BORR01_SO_0001}</AnchorTabString> inside my PDF file. At the time of signing the Tabs are still showing up in the screen. Can you tell in C# code what I am doing wrong?

Forums

Running some test on QA now we are running on this issue. Can you share a light of what this could be?
Failed to communicate with the callback server. URL: https://ds-api-esignevents-dev.app.covius.com/Api/Event/Post Payload: {"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"PACKAGE_ACTIVATE","sessionUser":"9J6dpQoCPdoQ","packageId":"Gpwk2WTVRxP0XCdPnjuvT-bVVlQ=","message":null,"documentId":null,"createdDate":"2024-05-02T16:30:45.298Z"} Reason(s): Connection reset