Command Palette

Search for a command to run...

Part II · Zoho CRM · Chapter 37

Sandbox and Developer Edition

191 words · preserved verbatim from the master reference

Sandbox

The Sandbox is a full-replica test environment of a production CRM organization (Zoho CRM Developer page):

  • Administrators test every configuration change (custom fields, workflows, Blueprints, Client Scripts, Widgets, custom modules) in Sandbox before deploying to production.
  • Granular deployment control: Admins cherry-pick which changes to push live—not an all-or-nothing deploy.
  • Protection of production data: Third-party developers can work with CRM metadata in Sandbox without touching live customer data.
  • Change tracking: Every change is tracked with 100% accuracy.

Developer Edition

The Developer Edition is a free, fully featured Zoho CRM environment for developers to experiment with all CRM capabilities, APIs, automation, and customization without affecting production data or incurring subscription costs (Zoho CRM help: Developer Edition — referenced in the main help navigation).

ZDK CLI (Command-Line Interface)

The ZDK CLI (Zoho Development Kit CLI) is a professional developer tool for metadata management (Zoho CRM Developer page):

  • Retrieve supported configurations from a CRM organization.
  • Make changes directly from the command line.
  • Push changes back to the organization.
  • Collaborate using Version Control Systems (VCS/Git).
  • Reuse components across multiple Zoho CRM organizations.