subtype type binding
Friday, May 13, 2022 at 12:58pm
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
Reply to: subtype type binding
Friday, May 13, 2022 at 01:33pmHi 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
Reply to: subtype type binding
Friday, May 13, 2022 at 02:11pmHi Duo, thank you for quick reply.
Caihong