Web Tab

Development 🟡 Intermediate
📖 3 min read

Definition

Web Tab is a development concept or tool within the Salesforce platform that developers use to build custom functionality. It extends the platform's capabilities through code, configuration, or integration with external systems.

Real-World Example

a developer at Quantum Labs uses Web Tab to build a custom solution that extends the platform beyond its standard capabilities. They write clean, bulkified code for Web Tab, add comprehensive test coverage, and deploy it through a CI/CD pipeline. The new functionality handles 10,000 records without hitting governor limits.

Why Web Tab Matters

A Web Tab in Salesforce is a custom tab that displays an external web page or application directly within the Salesforce interface. It solves the problem of context-switching by embedding third-party tools, internal portals, or dashboards into the Salesforce navigation so users can access everything from a single platform. Web Tabs use iframes to render external content and can be added to any Salesforce app, making them a low-code solution for extending the user experience.

As organizations adopt more tools alongside Salesforce, Web Tabs help reduce the friction of working across multiple systems. However, not all external sites allow iframe embedding due to X-Frame-Options headers or Content Security Policy restrictions, which can cause blank tabs. Additionally, Web Tabs do not pass Salesforce session or user context by default, so any authentication with the embedded site must be handled separately. Organizations that rely heavily on Web Tabs should ensure the embedded applications are responsive and perform well inside the constrained iframe viewport.

How Organizations Use Web Tab

  • Horizon Realty — Horizon created a Web Tab that embeds their property listing MLS portal directly inside Salesforce. Agents search for listings, compare properties, and pull market data without leaving their CRM workspace, reducing the average time to prepare a property comparison report from 25 minutes to 8 minutes.
  • Zenith Support — Zenith added a Web Tab displaying their Confluence knowledge base so support agents can search documentation while working cases. The tab appears in their Service Console app, giving agents one-click access to troubleshooting guides without opening a separate browser window or losing their case context.
  • Agile Dynamics — Agile Dynamics embedded their Jira project board as a Web Tab in Salesforce for their customer success managers. CSMs can now view development sprint progress and bug fix timelines while on calls with customers, enabling them to provide accurate status updates without pinging the engineering team.

🧠 Test Your Knowledge

See something that could be improved?

Suggest an Edit