<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.peoplewoo.com/blogs/tag/fieldgeneration/feed" rel="self" type="application/rss+xml"/><title>Peoplewoo - Blogs #FieldGeneration</title><description>Peoplewoo - Blogs #FieldGeneration</description><link>https://www.peoplewoo.com/blogs/tag/fieldgeneration</link><lastBuildDate>Sun, 26 Jul 2026 16:27:17 +0530</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Create A Field Generation Prompt In Agentforce Studio | Peoplewoo Skills]]></title><link>https://www.peoplewoo.com/blogs/post/Create-A-Field-Generation-Prompt-In-Agentforce-Studio</link><description><![CDATA[<img align="left" hspace="5" src="https://www.peoplewoo.com/WhatsApp Image 2026-06-13 at 6.52.58 PM.jpeg"/>Learn how to use Salesforce Agentforce Studio to build a simple AI tool that automatically summarizes your customer support cases.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_taRxxVVQSb66V9QvnDKcvA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_hmYda85pSkeWwAuRVA6_jg" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_9o5ZbdEETte1vroSQHfAhQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_MMU1LSJqhEO-s_HiwH87bw" data-element-type="iframe" class="zpelement zpelem-iframe "><style type="text/css"></style><div class="zpiframe-container zpiframe-align-center"><iframe class="zpiframe " src="https://www.youtube.com/embed/A2ZEi5hd_T4?si=WvqfcGKb8a9KHPJd" width="560" height="315" align="center" allowfullscreen frameBorder="0" title="Create a Field Generation Prompt Template in Agentforce Studio | Salesforce Agentforce Tutorial"></iframe></div>
</div><div data-element-id="elm_U6r-eskASXm81YaSmUbK8w" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center zptext-align-mobile-center zptext-align-tablet-center " data-editor="true"><h1 style="text-align:justify;"><span style="font-size:20px;">How to Create Field Generation Prompt Templates in Agentforce Studio?</span></h1><h2 style="text-align:justify;"><div><blockquote></blockquote></div></h2><p></p><p style="text-align:justify;">Ever wish your Salesforce cases could just summarize themselves? With Agentforce Studio and Prompt<b></b>Builder, you can make that magic happen in just a few minutes.</p><p style="text-align:justify;">Here is a quick, step-by-step guide to building a &quot;Quick Summary&quot; field generation template that leverages AI to do the heavy lifting for you.</p><p style="text-align:justify;"><span style="color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-size:20px;font-weight:600;"><br/></span></p><p style="text-align:justify;"><span style="color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-size:20px;font-weight:600;">Step 1: Create the Template Base</span></p><p></p><div><h2 style="text-align:justify;"></h2><p style="text-align:justify;">First, let’s navigate to the workspace and lay the groundwork:</p><ol start="1"><li><p style="text-align:justify;">Click the App<b></b>Launcher and search for Agentforce<b></b>Studio.</p></li><li><p style="text-align:justify;">Click Prompt<b></b>Templates to open the Prompt Builder in Setup.</p></li><li><p style="text-align:justify;">Select New<b></b>Prompt<b></b>Template and fill out the details:</p><ul><li><p style="text-align:justify;">Prompt Template Type: Field Generation</p></li><li><p style="text-align:justify;">Prompt Template Name: <code>quick summary</code></p></li><li><p style="text-align:justify;">Template Description: A short summary of case details.</p></li><li><p style="text-align:justify;">Object: Case</p></li><li><p style="text-align:justify;">Object Field: quick summary</p></li></ul></li></ol><p style="text-align:justify;">Click Next, and you’re ready to start building.</p><p style="text-align:justify;"><span style="color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-size:20px;font-weight:600;"><br/></span></p><p style="text-align:justify;"><span style="color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-size:20px;font-weight:600;">Step 2: Add Instructions &amp; Dynamic Merge Fields</span></p><p style="text-align:justify;">Next, ensure <b>OpenAI GPT4 Omni Mini</b> is selected as your model. Paste the following instruction text into the prompt box:</p><blockquote><p style="text-align:justify;">&quot;Summarize the concatenation of the contents of the comment bodies of comments along with the text from subject, the case priority, which is priority, and the case type, which is type. Keep the response to a single short paragraph.&quot;</p></blockquote><p style="text-align:justify;">To make this template dynamic, we need to replace those ALL-CAPS placeholders with actual Salesforce data. Use the Insert<b></b>Resource button to swap them out:</p><ul><li><p style="text-align:justify;">Priority: Place your cursor before &quot;priority,&quot; click <i>Insert Resource &gt; Case &gt; Priority</i>, and delete the old placeholder word.</p></li><li><p style="text-align:justify;">Comments: Replace &quot;comments&quot; by selecting <i>Case &gt; Case Comments</i>.</p></li><li><p style="text-align:justify;">Type: Replace &quot;type&quot; by selecting <i>Case &gt; Case Type</i>.</p></li><li><p style="text-align:justify;">Subject: Replace &quot;subject&quot; by selecting <i>Case &gt; Subject</i>.</p></li></ul><p style="text-align:justify;">Your placeholders will turn into clean, blue merge fields.</p><h2 style="text-align:justify;"><span style="font-size:20px;color:rgb(20, 15, 59);font-family:Poppins, sans-serif;font-weight:600;">Step 3: Test and Activate</span></h2><p style="text-align:justify;">Before launching it to your users, let's make sure it works perfectly:</p><ul><li><p style="text-align:justify;">Click <b>Save</b>.</p></li><li><p style="text-align:justify;">Click <b>Preview</b>, then expand the <b>Inputs</b> box.</p></li><li><p style="text-align:justify;">Find and select a sample record, like <b>Case 00002</b>.</p></li><li><p style="text-align:justify;">Click <b>Preview</b> again to see the LLM generate a concise case summary in real-time.</p></li><li><p style="text-align:justify;">Once it looks good, click <b>Activate</b>.</p></li></ul><p style="text-align:justify;">And just like that, you've successfully automated your case summaries. Less time skimming logs, more time solving problems!</p></div><p></p><div style="text-align:justify;"><br/></div><p></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 19 Jun 2026 12:53:17 +0530</pubDate></item></channel></rss>