Skip to main content
Problem: Dictation records, but the EHR chart field does not update on submit. Solution: Pass onSubmit to DictationClient.show (or <Dictation />) and write text into the field for fieldId.
This cookbook assumes you already have your Partner ID, Partner Token, and the other prerequisites for the Dictation SDK.

Common mistakes

  • fieldId must match the input you update. rootElement must exist before show.
  • Set loginOnInitialize: true, or call login() before show.

Other cookbooks

AuthenticationAPI

Add provider_id to Bearer Login

Send provider_id on Bearer login.

5 min
Last modified on July 23, 2026