field-service-voice-to-form-configure
Installation
SKILL.md
Setting up Voice to Form
Configure Voice to Form on Field Service Mobile from a fresh Field Service org. Voice to Form lets a mobile worker tap the microphone on a form or a record edit screen and dictate the contents. Einstein generative AI parses the speech and fills the matching fields.
There are two variants. They share a permission backbone but enable through different switches:
| Variant | What it does | Where it shows up | Underlying switch |
|---|---|---|---|
| Voice to Record Edit (V2RE) | Voice-fills the standard record edit screen on objects mobile workers can edit (Work Order, Service Appointment, Asset, Contact, Account, custom objects, etc.) | Mic icon on the Record Edit screen | FieldServiceMobileSettings.IsShowEditFullRecord = true (org-level row) + FieldServiceVoiceToRecordEdit system permission |
| Voice to Form Data Capture (V2F, Beta) | Voice-fills Discovery Framework / Data Capture flows the admin built in Flow Builder | Mic icon on a Data Capture form | FieldServiceVoiceToForm system permission + per-form LLM Targetable flag (UI toggle only) |
This skill walks the complete setup for both, in the order Salesforce documents them at:
help.salesforce.com/s/articleView?id=service.mfs_voice_to_form_setup.htm(V2F Data Capture)help.salesforce.com/s/articleView?id=service.mfs_voice_to_record_edit_setup.htm(V2 Record Edit)
The skill is idempotent. Re-running on an already-configured org applies zero changes.