Zoho CRM Kiosk Updates: Real Time Data, Scripts, Faster Records
If you are using Zoho CRM Kiosks, this update made them way more powerful. Think mini-app inside your CRM powerful.
Zoho just shipped a set of Kiosk Studio enhancements that focus on three things: launching kiosks anywhere, capturing data in real time, and making record selection screens feel fast and usable.
If you already liked kiosks for guiding users through repeatable steps, these changes push kiosks into true live workflow territory, where users can fetch data, create or update records, and keep moving without bouncing across modules.
Watch How One Kiosk Studio Update Changes CRM Automation
What’s new in Kiosk Studio
1) Launch kiosks anywhere with Client Script support
Zoho added Phase 1 of Client Script support for kiosks, which means users can open a kiosk through scripts anywhere inside Zoho CRM.
Two important details from Zoho’s announcement:
- Kiosks now have a Unified API Name that stays consistent across versions, so scripts can reliably reference the kiosk.
- You can create a Client Script command to open kiosks, then launch that command via Command Palette or keyboard shortcuts from any module.
Why this matters: kiosks no longer have to be only “embedded where you put them.” They can be invoked like a tool, on demand, from anywhere.
2) Real time data capture with create record actions
Zoho enhanced kiosk record creation so kiosks can create records during execution, not just after a bunch of pre-mapped screens.
They now describe two create record paths:
- Predefined Configuration (existing action, renamed): records are created automatically using static values or values from previous screens.
- Via User Input (new action): during kiosk execution, Zoho opens a Quick Create layout popup so the user can enter details live, then create the record immediately.
The practical win: admins no longer need to rebuild a fake data-entry screen inside the kiosk that mirrors the module layout, then remap fields every time the module changes. Zoho explicitly calls out that this old method was time-consuming and complex, and the new Quick Create approach eliminates that overhead.
Also note the permission behavior: if a user does not have Create permission for the module, that step is skipped and values show as null.
