CAIHONG

subtype type binding

0 votes

 

As OSS introduced more subtypes, we need to redesign our code to handle it. 

Would you be able to provide the mapping for subtype , type  and binding? 

For example:

LABEL(subtype) <--> INPUT (type) <--> {approval.signed}  

 

Thanks,

Caihong 


Approved Answer

Reply to: subtype type binding

1 votes

Hi Caihong.

 

Please check below information:

 

Binding Fields:

Signing Date Field: INPUT (type) <--> LABEL(subtype) <--> {approval.signed}

Signer Name Field: INPUT (type) <--> LABEL(subtype) <--> {signer.name}

Signer Title Field: INPUT (type) <--> LABEL(subtype) <--> {signer.title}

Signer Company Field: INPUT (type) <--> LABEL(subtype) <--> {signer.company}

 

Unbound Fields:

Label Field: INPUT (type) <--> LABEL(subtype)

List Field: INPUT (type) <--> LIST(subtype)

Text Field: INPUT (type) <--> TEXTFIELD(subtype)

Text area Field: INPUT (type) <--> TEXTAREA(subtype)

Checkbox Field: INPUT (type) <--> CHECKBOX(subtype)

Radio Button Field: INPUT (type) <--> RADIO(subtype)

Date picker Field: INPUT (type) <--> DATEPICKER(subtype)

 

Signature Fields:

Click-To-Sign: SIGNATURE(type) <--> FULLNAME(subtype)

Initials: SIGNATURE(type) <--> INITIALS(subtype)

Capture: SIGNATURE(type) <--> CAPTURE(subtype)

Mobile Capture: SIGNATURE(type) <--> MOBILE_CAPTURE(subtype)

 

Custom Field & Notary Field

Custom Field: INPUT (type) <--> CUSTOMFIELD(subtype)

Regular Notary Field: INPUT (type) <--> CUSTOMFIELD(subtype)

Seal Notary Field: INPUT (type) <--> SEAL(subtype)

 

 

Duo

 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: subtype type binding

0 votes

Hi Duo, thank you for quick reply.

Caihong


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off