Hiroki Matsumoto

Hiroki Matsumoto

core model and pro model

We've temporarily switched you to the Core Model. Org Pro requests reset at Oct 28, 6:58 PM. Learn more プレミアムリクエストを超過すると、上記のようなアラートが出て、Pro ModelがCore Modelに切り替わる。(Plan/Actボタンの左に表記がある) Multi Model Support | Build with Agentforce | Agentforce Vibes Extension | Salesforce DevelopersAgentforce supports multiple models to improve code generation quality and accuracy

By Hiroki Matsumoto

Agentforce Vibes Sandbox

有効にできる条件を探らないとな。Agentforce VibesがGAなのだが、道具立てはコードビルダー、そして、VSCodeエクステンションとしては、開発者向けAgentforce… * Sandboxで使えた * ただし、当該組織は、Data Cloud ProvisioningとSalesforce Foundationが有効、つまりAgentforceのフリーミアムが可能な組織から作られたSandbox * 特に設定はいらないみたいだから、上記は関係ないっぽい * 動かない組織 * どっちかというと、Sandboxが古いのがダメなのかな。

By Hiroki Matsumoto

Agentforce Vibes Extension Security

先頭にでかでかと書いていますね。LLMのトレーニングには使わないと。 Telemetry and Data Collection | Agentforce Vibes Extension | Salesforce DevelopersDue to the nature of machine learning, Agentforce Vibes can generate output that resembles code used to train the model. Neither you nor Salesforce owSalesforce DevelopersSalesforceTerms of Use | Agentforce Vibes Extension | Salesforce DevelopersAdditional Terms of Use for Agentforce Vibes Extension

By Hiroki Matsumoto

Agentforce Vibes Extension

ほー いいじゃないか... こういうのでいいんだよ こういうので... Clineと同じアプローチでVSCodeエクステンションを作って、Salesforce組織とはRemote MCPで接続してメタデータを取得する。 VSCodeはブラウザで動くから、Salesforceからホスティングしてしまえば、SFDX版開発者コンソールとしても使えると... LLMに対するプライバシーと料金を確認して早速実戦投入かな。 Agentforce Vibes Extension | Salesforce DevelopersThe Agentforce Vibes extension is an AI-powered developer tool that’s available as an easy-to-install Visual Studio Code extension built usingSalesforce DevelopersSalesforce

By Hiroki Matsumoto

生成AI

AI音声文字起こし

GPT-4o Transcribeちゃん(https://platform.openai.com/docs/models/gpt-4o-transcribe)、なかなかの認識精度でして、お気に入りでしたが、2,000 max output tokes という結構な縛りがありまして… 短い音声入れている間は気づかなかったのですが、12分ぐらいの音声を入れると、妙に出力が短くて、気づいたという… 提案段階で気づいてよかったわぁ "usage": { "type": "tokens", "total_tokens": 9714, "input_tokens": 7666, "input_token_details": { "text_tokens"

By Hiroki Matsumoto

heroku

Heroku Vibes pilotの発表

Dreamforce 2025直前にHerokuチームから凄そうなのがやってきた!Vibe Codingに振り回される私たちのメシアなのか、それとも更なるカオスなのか! Exciting news, developers and literally everyone else! We're launching the Heroku Vibes pilot, our game-changing collaborative agent. Get ready to #VibeCode your projects like never before. #HerokuVibes 🔗 https://t.co/fwsJ3TcuJo pic.twitter.com/cPOsA7RyYW — Heroku (@heroku) October 8, 2025 Welcome to Heroku

By Hiroki Matsumoto

salesforce-store-hours-implementation-2

Holidayオブジェクト Salesforce DevelopersSalesforce Developer WebsiteSalesforce BusinessHoursオブジェクト Salesforce DevelopersSalesforce Developer WebsiteSalesforce どちらも標準オブジェクトだね。 似ているけど、OperatingHoursHolidayオブジェクトは、Salesforce Scheduler が必要なオブジェクトで、今回の話からは割愛。Holidayオブジェクトは使うみたいだけど、BusinessHoursとリレーションがあるわけじゃなさそう。 https://developer.salesforce.com/docs/atlas.ja-jp.apexcode.meta/apexcode/apex_classes_businesshours.htm このクラスのメソッドで計算できそう。

By Hiroki Matsumoto

Salesforceで営業日カレンダー

Salesforceにて、営業日カレンダーを標準機能で表現するなら休日(Holiday)を使えば…と思うが、店舗と本社とかカレンダーが複数あるときは、営業時間(BusinessHour)を使うことで表現ができる。 これにはハマりどころがあって、普通のライセンス構成(Service Cloudとか)だとBusinessHourとHolidayのリレーションは存在しないので、SOQLではクエリできないのだ。なのでフローで休日判定しましょうというのも単一の休日ならできるのだが、営業時間を絡めると詰んでしまう。 一方でApexで計算することはできる、ということらしいので検証する必要がある。

By Hiroki Matsumoto