Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Tag #18

Open
liangduo1993 opened this issue Nov 22, 2018 · 0 comments
Open

Text Tag #18

liangduo1993 opened this issue Nov 22, 2018 · 0 comments

Comments

@liangduo1993
Copy link

When using Text Tag feature, I noticed that in ESignLiveAPIObjects.Data class, there's an attributed named "ese_document_texttag_extract_needed", there're few issues:
#1.there's no getter function for this attribute
#2.putting a "ese_document_texttag_extract_needed":"true" won't make OneSpan Sign recognize we want to use text tag.

A code like this will work:
public class Data
{
String origin;
String sdk;
public String esl_doc_extract_type;

    public Data()
    {
        origin = 'Salesforce';
        sdk = 'Apex v1.0';
    }
}

And when "esl_doc_extract_type" is set to '1' is text tag.

You can refer to this guide:
https://developer.esignlive.com/guides/feature-guides/text-tags-extraction/

Best,
Duo Liang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant