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

Скачать или смотреть How to Extract PDF Data Using Agentforce Prompt Builder in Salesforce | Full Tutorial

  • Agentforce AI for Salesforce
  • 2025-12-05
  • 34
How to Extract PDF Data Using Agentforce Prompt Builder in Salesforce | Full Tutorial
  • ok logo

Скачать How to Extract PDF Data Using Agentforce Prompt Builder in Salesforce | Full Tutorial бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно How to Extract PDF Data Using Agentforce Prompt Builder in Salesforce | Full Tutorial или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку How to Extract PDF Data Using Agentforce Prompt Builder in Salesforce | Full Tutorial бесплатно в формате MP3:

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

Описание к видео How to Extract PDF Data Using Agentforce Prompt Builder in Salesforce | Full Tutorial

How to Read a PDF Using Prompt Builder in Salesforce | Step-by-Step Guide
In this video, I’ll walk you through how to read and process PDF files using Prompt Builder in Salesforce. Whether you're working with Salesforce AI, automation, or want to extract data from documents, this tutorial will help you set everything up quickly and easily.
You'll learn:
✅ How to upload and reference PDF files in Salesforce
✅ How to create a Prompt Template using Prompt Builder
✅ How to extract text and key information from PDFs
✅ Best practices for document-based prompts
✅ Tips to improve accuracy and performance
This tutorial is perfect for admins, developers, and anyone exploring Salesforce AI + document processing.

#Salesforce #PromptBuilder #SalesforceAI #EinsteinAI #SalesforceTutorial #SalesforceAdmin #SalesforceDeveloper #PDFtoText #DocumentProcessing #AIAutomation #SalesforceTraining #TechTutorial #CRM #CloudComputing #howtocook



Prompt
You are a strict invoice data extractor. and you need to extract the data from : {!$RecordSnapshot:file.Snapshot}

You will be given the text content of an INVOICE PDF.
Your job is to extract ONLY structured data and return it as clean JSON.

---------------- INVOICE CONTENT START ----------------
{{InvoiceFile}}
---------------- INVOICE CONTENT END ------------------

IMPORTANT RULES

1. Output MUST be valid JSON.
2. Do NOT include any explanation, comments, or extra text – ONLY the JSON object.
3. If a field is missing in the invoice, set its value to null.
4. Remove currency symbols (₹, $, etc.) from numeric values, but keep them as strings (no calculation).
5. Keep dates exactly as they appear in the invoice text.

FIELDS TO EXTRACT

Return a single JSON object with this structure:

{
 "InvoiceHeader": {
  "InvoiceNo": "string",
  "InvoiceDate": "string",
  "BillTo": "string",
  "DueDate": "string"
 },
 "LineItems": [
  {
   "ItemCode": "string",
   "Description": "string",
   "Quantity": "string",
   "UnitPrice": "string",
   "LineTotal": "string"
  }
 ],
 "Totals": {
  "Subtotal": "string",
  "GST": "string",
  "GrandTotal": "string"
 }
}

EXTRACTION LOGIC

*InvoiceNo* → Value after labels like `Invoice No:` or `Invoice #:`.
*InvoiceDate* → Value after label `Date:`.
*BillTo* → Value after label `Bill To:` (full customer name or line).
*DueDate* → Value after label `Due Date:`.

*LineItems* → Read the main item table with headings like:
 `Item | Description | Qty | Unit Price | Total`
 For each row under the header:
 - `ItemCode` = value under “Item”
 - `Description` = value under “Description”
 - `Quantity` = value under “Qty”
 - `UnitPrice` = value under “Unit Price”
 - `LineTotal` = value under “Total`

**Totals**:
 - `Subtotal` → value after `Subtotal:`
 - `GST` → value after `GST (18%):` or similar GST label
 - `GrandTotal` → value after `Grand Total:`

FINAL INSTRUCTIONS

Be tolerant of spacing, line breaks, or minor formatting issues.
If any field is not present, set it to null in the JSON.
Do NOT invent data.
Respond with JSON ONLY, no markdown, no backticks.

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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