adobe-to-docusign-migrator/field-mapping.md

32 lines
1.7 KiB
Markdown

# Field Mapping: Adobe Sign → DocuSign
This doc will be used to track direct mappings and required transforms between Adobe Sign library document (template) properties and DocuSign template properties.
## Simple Field Type Mapping
| Adobe Sign Type | DocuSign Tab Type | Notes |
|---------------------|-------------------------|------------------------|
| TEXT_FIELD | text | Valid for plain text |
| SIGNATURE | signHere | |
| CHECKBOX | checkbox | |
| DATE | dateSigned | May need transform |
| RADIO | radio | Group mapping required |
| DROPDOWN | list | Data mapping |
| APPROVER | signer/approver role | DocuSign roles more flexible |
| ... | ... | ... |
## Role/Recipient Mapping
| Adobe Field | DocuSign Field | Notes |
|-----------------------|---------------------|-------|
| recipientSetRole | role (signer, etc.) | Matching by role name |
| recipientSetMemberInfos.email | role.email | |
## Workflow Feature Mapping (Rough)
- Sequential routing → Recipient order
- Parallel routing → Recipient routing order logic (sequential/parallel in DocuSign)
- Conditional logic → Needs review, possible via DocuSign conditional tabs/logic
## To Do
- Add table for conditional logic/rule mapping
- Add validation/transforms needed for field masks, validation, default values
- Collect pain points/edge cases for high-fidelity migration