RidgeCRM Developer Docs

Guides

Guide: register a component

Ship a custom web component into RidgeCRM pages.

Steps

  • Build a standard web component bundle and host it at a stable URL.
  • Register the component in Setup with label, tag name, category, bundle URL, schema, and active state.
  • Add it to a page layout or app page region.
  • Read record context from attributes or events passed by `CustomComponentHost`.
  • Call documented `/api/v1` endpoints for data changes.