Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

developer.salesforce.com

Salesforce Developers Blogs

Get the latest updates from Salesforce Developers Blogs directly as they happen.

Follow now 229 followers

Latest posts

Last updated 1 day ago

Salesforce Hosted MCP Server 使い始め

1 day ago

みなさん、こんにちは! Salesforce Hosted MCP Server は、AIエージェントが Salesforce データと自動化機能に安全かつ管理された方法でアクセスできるプラットフォームを提供します。Claude、ChatGPT、Cursor などの MCP に対応するクライアントから、Salesforce に接続できるようになります。...

Lightning MiniHack Live 予選実装要件: 予算超過を打破せよ!緊急承認ロジックの実装

3 days ago

ビジネスシナ???オ 株式会社アストロ・エンタープライズ(架空の会社名)では、各プロジェクトの経費管理を Salesforce 上で行っています。通常、プロジェクト予算は厳格に管理されており、予算残高がマイナスになるような経費の支出はシステムでブロックする必要があります。 しかし、現場からは「災害時や緊急トラブル対応時には、承認を待たずに予算超過してでも経費を計上したい」という強い要望が出ています。 あなたはシステム管理者兼開発者として、この「原則禁止、ただし緊急時は例外」という柔軟かつ堅牢なロジックと、現場が使いやすい操作画面をゼロの状態から構築しなければなりません。 実装要件 以下のコンポーネント作成から画面カスタマイズ、ロジック実装までのすべての工程を録画に含めてください。 1. カスタムオブジェクトと項目の作成 オブジェクト 項目名...

Performance-First Apex Development with ApexGuru in Salesforce DX MCP Server

3 days ago

What if performance analysis started before deployment instead of after it? That...

New in Salesforce Developer Edition: Agentforce Vibes IDE, Claude 4.5, MCP

4 days ago

The free Salesforce Developer Edition just got a major upgrade today at...

Build with React, Run on Salesforce: Introducing Salesforce Multi-Framework

4 days ago

You can now build native Salesforce apps in React. Salesforce Multi-Framework is...

React vs. Salesforce:私が「バイブ・コーディング」したアプリをプラットフォーム上に再構築した方法

6 days ago

※本記事は2026年3月12日に米国で公開された React vs. Salesforce: How I Rebuilt My “Vibe-Coded” App on the...

Salesforce 開発者の腕試し!「Lightning MiniHack Live」イベント概要&予選参加ガイド

8 days ago

Salesforce 開発者、エンジニアの皆さま、お待たせしました! 2026年6月10日に開催される Agentforce World Tour Tokyo / TDX Tokyo のステージで、自らのスキルを証明するチャンスがやってきました。 その名も「Lightning...

Introducing Web Console (Beta): Code Where You Build on Salesforce

10 days ago

Starting April 14, 2026, we’re opening the beta for Web Console, a...

Salesforce B2C Default Domains: Instance eCDN & SSL for Devs

12 days ago

For any developer, the road to launching a new feature for a...

Building AI Automations with Prompt Builder Structured Outputs

17 days ago

Prompt Builder makes it easy to ground a prompt in CRM data...

Agentforce を使って自然言語で CRM 検索を体験しよう!

17 days ago

みなさん、こんにちは!話しかけるだけで Salesforce のデータを取得できたら便利だと思いませんか?この記事では、Agentforce の Employee Agent に標準トピックを追加するだけで、自然言語による CRM 検索を実現する方法をステップバイステップで解説します。 動画での解説はこちらからご覧いただけます。 ※この記事の内容を試すには、Agentforce が有効化された...

Agent Script徹底解説 – Agent Scriptのデバッグの仕方

19 days ago

※本記事は2026年3月3日に米国で公開された Agent Script Decoded: How to Debug Agent Scriptの抄訳です。本記事の正式言語は英語であり、その内容および解釈については英語が優先されます。 Agent ScriptでAIエージェントを構築したものの、テストをしてみると、思ったように動作しない、ということもあるでしょう。AIエージェントが誤ったトピックに振り分けられているのか、実行すべきアクションをスキップしているのか、あるいは指示とは異なる形で応答しているのかもしれません。 そんなときには、会話の各ターンで生成されるトレースが役立ちます。トレースを見れば、確実な根拠にもとづいてデバッグできます。選択されたトピック、実行可能だったアクションや実行されたアクション、変更された変数、推論ループが時間を費やした箇所がわかるのです。...