Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Salesforce Agentforce Vibes: Real Developer Use Cases (Not Just LWC & Apex!)

  • Code With Sally
  • 2025-11-14
  • 442
Salesforce Agentforce Vibes: Real Developer Use Cases (Not Just LWC & Apex!)
SalesforceAgentforce VibesSalesforce Agentforce VibesVibe CodingSalesforce AISalesforce DevelopersSalesforce VS CodeVS Code SalesforceApexLightning Web ComponentsLWCSalesforce Deep PlanningFocus ChainSalesforce AI ToolsSalesforce Developer ToolsSalesforce WorkflowSalesforce TutorialSalesforce TrainingCode With SallyClaude CodeVisualforce PDFJSON to Apex Wrapper
  • ok logo

Скачать Salesforce Agentforce Vibes: Real Developer Use Cases (Not Just LWC & Apex!) бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Salesforce Agentforce Vibes: Real Developer Use Cases (Not Just LWC & Apex!) или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Salesforce Agentforce Vibes: Real Developer Use Cases (Not Just LWC & Apex!) бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Salesforce Agentforce Vibes: Real Developer Use Cases (Not Just LWC & Apex!)

🚀 Welcome to a brand-new deep-dive into Salesforce Agentforce Vibes — showcasing REAL developer use cases!

In this session, we’re not generating simple LWC or Apex files…
We’re exploring 8 powerful, practical, everyday use cases that Salesforce developers can automate or accelerate inside VS Code using Agentforce Vibes — including new updates introduced in Agentforce Vibes 3.3 (Deep Planning + Focus Chain ❤️).

Over the last few weeks, we explored vibe-coding tools like Claude Code, built a Task Manager app with Agentforce Vibes, and walked through the core features of the Agentforce Vibes VS Code extension.
👉 Today, we take it to the next level.

Whether you’re learning, documenting, refactoring, generating metadata, or testing ideas — these use cases show the true power of Agentforce Vibes for day-to-day Salesforce development.

⸻
🧠 What You’ll Learn in This Session
1️⃣ Ask Coding Questions — Grounded in Your Own Org & Codebase
Why use external LLMs when you can ask questions grounded in your own org metadata and actual project code?
✓ Agentforce Vibes explains concepts
✓ Agentforce Vibes compares topics
✓ Agentforce Vibes finds examples directly from your repo
✓ We tested this using a custom workflow that outputs a clean markdown file

2️⃣ Explain Code / Generate Documentation
Developers hate writing docs 😅
Agentforce Vibes can generate:
• class documentation
• cross-file documentation
• multi-file markdown
• summaries based on your rules
We tested a workflow that documents multiple classes at once.

3️⃣ Ask Questions About Your Codebase
We tested asking Agentforce Vibes:
“Do we have any Apex code in this project that calls a Prompt Template?”
Agentforce Vibes scanned the repo and returned all classes implementing this logic.

4️⃣ Deep Planning + Focus Chain + Code Refactoring
A major highlight of Agentforce Vibes 3.3.0.
We gave Agentforce Vibes three triggers — two badly written — and asked it to:
• detect bad patterns
• refactor to handler pattern
• generate test classes
• follow our custom rules

We watched all 4 stages of Deep Planning LIVE:
1. Silent Investigation
2. Targeted Questions
3. MD Plan Output
4. Task Creation + Focus Chain execution

5️⃣ Add Inline Comments + Improve Code Quality
We provided a class with:
• zero comments
• one intentionally poorly-written method
Agentforce Vibes added comments, improved formatting, and completely rewrote the bad method.

6️⃣ Generate a Visualforce Page (PDF-Ready)
A real-world use case.
We asked Vibes to generate a read-only PDF Visualforce page showing Account information — and it worked beautifully.

7️⃣ Convert JSON ⇆ Apex Wrapper Classes
Perfect for integration developers!
We tested:
• JSON → Apex wrapper class
• Apex wrapper → sample JSON

We also discussed giving Vibes an API spec URL to generate:
👉 callout methods + wrappers + test metadata (future demo)

8️⃣ Load CSV Data Into Salesforce
A community request!
We loaded a CSV of 10 Accounts — and it worked.
(Though for real projects, data loader/import wizard is more efficient.)

🔄 Community Call!
We’re planning a From the Community to the Community event.
If you want to demo your Agentforce Vibes use case, message me — we’d love to feature you!
⸻
📂 GitHub Folder:
https://github.com/CodeWithSally/Code...

🔗 Helpful Links
• Agentforce Vibes Setup Guide:    • Salesforce Agentforce Vibes | Setup & Gett...  
• Exploring the VS Code Extension:    • Salesforce Agentforce Vibes 101: Exploring...  
• Agentforce Vibes in Action (LWC + Apex):    • Salesforce Agentforce Vibes in Action! Bui...  

📅 Chapters
00:00 Welcome + Vibe coding recap
00:12 Quick recap of previous videos (Claude Code + Agentforce Vibes)
00:46 Overview of today’s 8 real use cases
01:14 Community call for future speakers
02:13 YouTube playlist reminders
02:48 Use case overview for today
04:53 Agentforce Vibes Use Case #1 – Ask Coding Questions (Grounded in your Codebase)
13:22 Agentforce Vibes Use Case #2 – Explain Code / Documentation
21:31 Agentforce Vibes Use Case #3 – Ask Questions About Your Codebase
23:37 Agentforce Vibes Use Case #4 – Deep Planning + Focus Chain + Refactor Logic
37:03 Agentforce Vibes Use Case #5 – Add Inline Comments + Improve Code Quality
41:31 Agentforce Vibes Use Case #6 – Generate Visualforce PDF Page
46:15 Agentforce Vibes Use Case #7 – JSON → Apex Wrapper & Apex → JSON
55:04 Agentforce Vibes Use Case #8 – Load CSV File Into Salesforce
01:00:00 Additional scenarios we didn’t cover + feedback request
01:01:00 Community speaker announcement
01:02:17 Next session: Cursor demo
01:03:14 Session closing & thank you

#Salesforce #AgentforceVibes #SalesforceDevelopers #VibeCoding #VSCode #Apex #LWC #SalesforceAI #DeepPlanning #FocusChain #SalesforceTips
===
Music by Bensound.com/royalty-free-music
License code: A4VKFFX0EIFBUWYU
Artist: : Benjamin Tissot

Music by Bensound.com/royalty-free-music
License code: ISZPNYXT0PEP9722
Artist: : Benjamin Tissot

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]