<?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/servicecloud/feed" rel="self" type="application/rss+xml"/><title>Peoplewoo - Blogs #ServiceCloud</title><description>Peoplewoo - Blogs #ServiceCloud</description><link>https://www.peoplewoo.com/blogs/tag/servicecloud</link><lastBuildDate>Fri, 10 Jul 2026 16:55:02 +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><item><title><![CDATA[Field Generation Prompt Templates In Agentforce | Peoplewoo Skills]]></title><link>https://www.peoplewoo.com/blogs/post/using-prompt-templates-for-field-generation-in-agentforce-studio</link><description><![CDATA[<img align="left" hspace="5" src="https://www.peoplewoo.com/files/Untitled-1 -1-.jpg"/>Learn how to use Salesforce Agentforce to automatically turn long customer case comments into quick, easy-to-read summaries.]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_JXhrY1jwQIS0I31m-LfGPA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_bL6qGc7SQxqrZ0GiNzzXGg" 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_RC0H0egCTp2Zz-7bwO4H2Q" 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_bz6xox3s2QccqzfkjR25PQ" 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/Bec9OexO3LI?si=Tu7M5aBBHgmaWEFg" width="560" height="315" align="center" allowfullscreen frameBorder="0" title="Using Prompt Templates for Field Generation in Agentforce Studio"></iframe></div>
</div><div data-element-id="elm_Bm-DnSE4SVC3MTZCOBub0g" 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 Easily Summarize Salesforce Cases Using Agentforce</span><br/></h1><p style="text-align:justify;">Picture this: You open a complex customer case in Salesforce Service Cloud, only to be greeted by a massive wall of text. Scrolling through dozens of case comments just to figure out the current status is a massive time-drain.</p><p style="text-align:justify;">Fortunately, Salesforce<strong></strong>Agentforce<strong></strong>Studio is here to change the game. Let’s look at how we can use field generation prompt templates to build instant, intelligent case summaries.</p><h2 style="text-align:justify;"><span style="font-size:20px;">The Scenario: Org Farm’s Wiring Woes</span></h2><p style="text-align:justify;">Imagine you support <strong>Org Farm</strong>, a generator manufacturer. A customer opens a case requesting wiring installation guidelines. Over a few days, an agent logs several updates:</p><ul><li style="text-align:justify;"><strong>Comment 1:</strong> Confirmed the generator is a 2019 model.</li><li style="text-align:justify;"><strong>Comment 2:</strong> Contacted engineering to obtain the PDF wiring diagram.</li><li style="text-align:justify;"><strong>Comment 3:</strong> Emailed the diagram to the customer; awaiting a reply.</li></ul><p style="text-align:justify;">For a fresh agent stepping in, reading through this timeline takes extra clicks and valuable time.</p><h2 style="text-align:justify;"><span style="font-size:20px;">The Fix: Agentforce Prompt Templates</span></h2><p style="text-align:justify;">Instead of manual digging, we can deploy a Field<strong></strong>Generation<strong></strong>Prompt<strong></strong>Template inside Agentforce Studio. By using native Salesforce merge fields, the AI automatically extracts and packages the vital signs of the case, pulling in:</p><ul><li style="text-align:justify;"><strong>Context Clues:</strong> Case Subject, Type, and Priority.</li><li style="text-align:justify;"><strong>The Narrative:</strong> A consolidated summary of all historical case comments.</li></ul><p style="text-align:justify;">The result? A perfectly structured, brief synopsis of the entire case history generated in a single click.</p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Tue, 26 May 2026 17:07:45 +0530</pubDate></item></channel></rss>