Skip to main content Heads Up, Trailblazers! Potential Impact to Playgrounds: We're performing some important maintenance beginning on June 27th, 2025. During this time, some of you might temporarily have trouble creating a new Trailhead Playground. If you hit a snag, please try again a bit later. Thanks for your patience as we work to improve your learning experience!

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

In Become an Agentblazer Champion>> Bring External Data into the Contact Page Layout Module Im facing issue with ruleset creation and its throwing error as "Mappings from Data Streams to the standard Cloud Information Model objects such as Individual and Contact Points are required". Kindly help on priority. 

 

#Trailhead Challenges  #Agentblazer

0/9000

Hello people, I have a POC to testing two real cases with agentforce: as type Service Agent and also, einstein summary tool, to summary messaging sessions.  In my test I have changed originals LLM model from prompt builder to another models. 

To my service agent, i change LLM model to Claude 3.7 in propmt used at action Answers Questions with Knowledge; 

To einstein summary tool, in prompt, I changed to Gemini 2.5 PRO, to generate summary texts about conversation in messaging session. 

 

In yours opinions, which better LLM model to my cases? or which model you are used to Service Agent and Einstein Summary Records. 

 

Thanks!!

5 answers
  1. Today, 1:59 AM

    Hi Esdras,

    Each LLM model has it's own unique way of retrieving data and giving the output.

    Claude models work good, GPT latest version as well work well.

    You can customize any model using Einstein Studio in Data Cloud and this improves uniqueness of response , reduces repeatable words etc.

    For better control its bring your own LLM.

    Do let me know in case of further queries.

    Thanks

0/9000
2 answers
  1. Today, 11:09 AM

    Sorry, I tried in different browsers and incognito mode. But still not working.. I can not able to click the button . 

     

0/9000
0/9000

Hello, we have an ORG with NPSP. On the contact level there are 4 email fields one is called Email and 3 more (personal email, work email, and Alternate Email) and a pick list that picks between these 3 types of email address (npe01__Preferred_Email__c) and depending on what is selected on this picklist it will automatically copy the email value on the corresponding field to the Email field. 

 

My question is, how can I add another email option (assistant email) to this pick list so it gets copied to the Email field? 

 

So far what I have is: 

1- Create assistant email custom field 

2- Add assistant email to the picklist values of npe01__Preferred_Email__c 

3- ??? 

 

I am not sure what the process is that once the contact is updated/created it know how to relate the picklist value of npe01__Preferred_Email__c to the corresponding of the 3 email fields and then copies that value to the Email field. 

It is not a formula field on the Email field. 

 

Any help would be appreciated. 

 

Thank you, 

 

#NPSP

10 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 11:06 AM
    Yes, disable the workflow rule and rebuild as a simple before save record triggered flow
0/9000

Hi #AwesomeAdmins

I need some help with flow please! 

When a user checkmarks a box on the Product2 record, a record triggered flow gathers all related Opportunities and updates a checkbox on the Opportunity.  In order to do this I must temporarily assign a permission set to the running user, then take it away if they didn't have it previously. 

I found Jen's excellent blog about this topic and have used quite a few of the ideas: 

https://admin.salesforce.com/blog/2022/automate-this-automatically-assign-remove-a-permission-set

 

 

The problem I am running into is, I need to add the permission set to the user, update the Opportunities, then remove the permission set assignment. Here is what that part of my flow looks like:

Flow - how to add permission set assignment, update Opportunities, then remove permission set assignment

When I debug, I run into this error: 

 

Update Records error.png

I thought by adding the add/remove as a subflow I could avoid the error but as you can see it made no difference. Any thoughts on how to solution for this and not run into the error? 

 

Thanks everyone! 

#Flow

 

#Flows

 

#Flownatics

 

#Permissionset

 

 

2 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 11:05 AM
    I think this would be a lot simpler if you just had a subflow running in system context to update that single field
0/9000
2 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 11:03 AM
    Show us what you've done
0/9000

Looking to add: If unapprovedcheckbox__c is checked and the date is >= 7/1/25 than multiply by .2 

 

Current formula is: 

IF(AND(ISPICKVAL(Who_Files_SL_Tax__c, "ARMR"), YEAR(Effective_Date__c) >= 2023, ARMR_Agrees_to_Reduced_Fee__c = false), 

 

IF(ISPICKVAL(Commission_Type_ARMR__c, "Percent"), 

((Premium__c - Return_Premium__c) * Commission_Payable_ARMR__c) + R_D_Brokerage_Analysis_minus_300__c, 

IF(ISPICKVAL(Commission_Type_ARMR__c, "Flat Fee"), 

Flat_Fee_Commission_Payable_ARMR__c + R_D_Brokerage_Analysis_minus_300__c, 

NULL) 

), 

IF(ISPICKVAL(Commission_Type_ARMR__c, "Percent"), 

((Premium__c - Return_Premium__c) * Commission_Payable_ARMR__c) + R_D_Brokerage_Analysis__c, 

IF(ISPICKVAL(Commission_Type_ARMR__c, "Flat Fee"), 

Flat_Fee_Commission_Payable_ARMR__c + R_D_Brokerage_Analysis__c, 

NULL) 

 

Any thoughts on the best way to go about doing this?

2 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 11:00 AM
    Where do you want to add it? Should it be the first thing that is checked? The last? Somewhere in between?
0/9000

I am trying to make use of the "Send List Emails" functionality.  

It is working fine in Leads and Contacts.  

However I need it to be available under Program Cohorts  and Program Engagements.  

Specifically to be able to select a Cohort and email to participants 

 

#Nonprofit

0/9000

Hi Folks, 

 

We are looking to create a report that can do the following: 

1. Contacts that gave between July -September 

AND 

2. Contacts that gave a second Year End gift - so between November-December 

 

They then want to import those contacts into a campaign. 

 

A joined report can show me both of those opportunity lists, but it seems like a manual cross check, which is daunting. I also looked at doing a filter for contacts that gave between July-Sept, gave 2 gifts that year, and are not recurring donors. But there are still a bunch of outliers that just randomly gave an additional gift that year, not necessarily year end. 

 

Any insights would be greatly appreciated!

3 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 10:59 AM
    Not sure you'll be able to do this with a report, should be possible with Apex or Flow to find the contact IDs of people who meet criteria 1, criteria 2, and then create a new collection of the common IDs. You can then use that collection to create your campaign member records
0/9000