You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can you enable API Request logging on your account? This logging captures the last 50 API requests and assists Support in troubleshooting account issues.
can you enable API Request logging on your account? This logging captures the last 50 API requests and assists Support in troubleshooting account issues.
1、We have created a Template and pre-fill Fields by this way( link: https://support.docusign.com/s/document-item?language=en_US&bundleId=xry1643227563338&topicId=oqb1611172929107.html&_LANG=enus).
2、Then get templateId from step 1
3、My code:
` EnvelopeDefinition env = new EnvelopeDefinition();
env.setTemplateId(templateId);
4、invoke ”envelopeApi.createEnvelope( )“ method,it returns "'{"errorCode":"REQUIRED_TAB_INCOMPLETE","message":"A Required field is incomplete. TabId: bce12361-40b1-4d4d-908a-8b549e2eb0b9"}'"
5、the pre-fill tab doesn't work
The text was updated successfully, but these errors were encountered: