Data Adornments
Audience: Developers & Solution Architects
Purpose: Explains how Data Adornments work in Kizen plugins and how they enable one-click, field-level actions.
Overview
Data adornments are one-click actions that run a Javascript plugin script with the context of the record and field value that was clicked. The action, once configured and the plugin is installed, appears on all fields of the configured type anywhere in the application. For example, the RingCentral plugin can dial a contact record’s phone number in a single click.
Because the action is a Javascript plugin script, a data adornment can trigger any behavior other plugin components can, including navigating the browser, opening a floating frame, or updating data on the record.
What's Next
Next, continue to Cookies to learn how plugins should manage cookies when running inside iFrames, including best practices for session handling, partitioned cookies, and cross-browser behavior within the Kizen ecosystem.
Last updated
Was this helpful?