Skip to main content

Feed

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

Hello! 

 

I'm new with flows and I was trying to assign Buyer Groups from B2B Commerce automatically through a flow. Is that even possible? It seems that the checkbox "IsBuyer" could not be used for a trigger... I'm very confused. 

 

I tried to build a flow where an account is supposed to be added as a Buyer Member group after the account is enabled as buyer, but it just works if I edit the record after the button was enabled, so I'm doing something wrong.  

 

Any ideas??   

 

Is there an option to replace the button "enable as buyer" and create a trigger button to automatically assign the accoun to a group after enabled as buyer? If yes, how? I tried everything, but nothing is working T__T

 

Assign Buyer Groups automatically

 

Bildschirmfoto 2025-04-03 um 15.50.17.png

 

@Salesforce Flow Automation

 

 

#B2B Commerce

2 answers
  1. Today, 3:41 AM

    Hi @Caro GV

     

     

    Yes —

    it is absolutely possible to automatically assign Buyer Groups in Salesforce B2B Commerce using Flows or custom logic.

     

    Please go through this video , you can easily assign the buyer group to the user using flow .

    https://youtu.be/4Aar7T6qEew?si=emm2VTsy_rFD5fR5

     

    If you want this without using flow , you can do with the help of Apex logic .

    if this resolve your query , please mark as helpful .

    Thanks.

0/9000

Since Chatter is phasing out, my organization is looking for a tool to share notes and tag colleagues in Salesforce records. What alternatives have you implemented for this use case?

For those using Slack with Salesforce, which Slack package (Pro, Business+, or Enterprise Grid) did you choose?

Thanks in advance! 

 

1 answer
0/9000

I'm not able to do this validate only deployment option.  I only see "promote now".  Does this have to be "configured" or "enabled"? 

 

https://help.salesforce.com/s/articleView?id=platform.devops_center_deployment_validate_only.htm&type=5

3 answers
  1. Today, 3:30 AM

    it would be super helpful to be able to validate work items moving from the dev environment into the next environment before promoting to make sure that you've got all of the components.  The number of times I've had to create new work items to incorporate missing components that have made the previous work item fail in its promotion is sad :(  with VSC you can validate the deployment of a branch into a target org to check it before creating a PR, it would be great if this could be done in a config manner for regular admins who are too scared to use VSC

0/9000

We have record triggered flows when a case is assigned to a queue(to send notification to stakeholders).

  • Now in OmniChannel, when the case is either rejected, timed-out, or agent goes offline, the case is moved back into the queue, triggering notification emails through flows. ( No automations will be triggered when the case is accepted by Agent, but its triggered on the above  omni changes)

 

Is it possible to identify if the case owner change into queue is because of Omni-channel activity and stop execution of the flow? 

2 answers
  1. Today, 3:30 AM

    @Amara Eledu

    Thanks for the reply. I considered a similar option to use Agentwork, but I am not sure if the Agentwork record is the one triggered first, before the queue is updated. I did not see a documentation stating the order of execution for the Agentwork Omni object and Case object.  

     

    I also tried to put a pause\wait element or scheduled path on the Case flow, and then check the Agentwork status if it was rejected recently, but this was not technically feasible, because record triggered  flows doesnt allow pause element. 

     

    Nevertheless, let me try create the field and trigger from AgentWork and test extensively to see the results. Thanks.

0/9000

When I built an approval process and submitted the approval, I was not able to receive a notifying email (I setted the manager's email with my own email) 

 

#Trailhead  #Email Notifications  #Approval

1 answer
  1. Today, 3:30 AM

    Hi @Jinyu Guo

     

     

    If you're not receiving approval notification emails in Salesforce—even after setting your own email as the manager's—there are several things to check to ensure everything is set up correctly:

    1. Check the User’s Email and Settings

    • Email Accuracy & Verification: Open the user’s record and confirm that the email address is correct and verified.
    • "Receive Approval Request Emails" Setting: This should be set to either “If I am an approver or delegated approver” or “Only if I am an approver” to ensure notifications are sent.
    • Email Verification: If the email isn’t verified, you may need to send a verification email before notifications can be delivered.

    2. Review the Approval Process Configuration

    • Email Template for Approval Assignment: Make sure the correct email template is chosen in the approval process, especially if you're using the email-based approval feature.
    • Filter Criteria: Double-check that your approval steps don’t include conditions that might be preventing the email from being triggered.
    • Email Template Content: Confirm that your email template includes all necessary information—like record details and the status of the approval—to ensure it's functioning properly.

    3. Testing and Troubleshooting

    • Try Another Approver: Submit an approval request with a different user as the approver. This can help determine whether the issue lies with the user configuration or the process itself.

    if this resolve your query please mark as helpful. 

     

    Thanks.

0/9000

Hi There,  

 

Is there a way to add a filter by campaign to better understand what is impacting my sender reputation and address it? 

 

Thank you 

 

Gabriel

2 answers
  1. Lukas Lunow (CloudWise) Forum Ambassador
    Mar 28, 2:29 PM

    @VINAY KUMAR K

     - I am quite sure the link you shared doesn't relate to OP's question, which is posted in Deliverability group. 

     

    I assume, @Gabriel Lozano, that your question is addressing the deliverability dashboard. Firstly, the concept of campaigns is not really that clearly defined in SFMC. What I think you are after, is the ability to filter on the emails, to see which one contributes most to your deliverability issues. Unfortunately the data collected and shown there are purely aggregated, and hence can't be used to isolate single sends. Furthermore, a single send very rarely "destroys" your reputation, or to put it differently: your reputation is based on your performance over time - and it is difficult to attribute any degradation of sender reputation to a single KPI on a single send. 

     

    I will recommend to use the deliverability dashboard, in connection with 

    Email Performance for All Domains report in SFMC. This will show if any email domains are underperforming in deliverability. You could automate this check, utilising my DEWS (Deliverability Early Warning System) described here

    . Also looking regularly into complaints Data View, Google Postmaster Tools and SNDS will be helpful.  

     

    E.g. in Google Postmaster Tools, you can identify which jobid has resulted in high spam rates: 

    - I am quite sure the link you shared doesn't relate to OP's question, which is posted in Deliverability group. I assume, , that your question is addressing the deliverability dashboard.

     

     

0/9000

Our security scanner flagged Salesforce as using weak ciphers (like ECDHE-RSA-AES256-SHA384) during TLS negotiation.

After investigation, I understand that these ciphers are natively supported by Salesforce and negotiated based on client-server compatibility.

I’m curious — in real-world implementation, do you:

  1. Use Apex Transaction Security Policies to block login sessions using weak ciphers?
  2. Or do you communicate with the customer that no action is required, as the connection still negotiates to the most secure option supported?

Would love to hear how your teams handle this in practice, especially in response to vulnerability scan reports. 

 

Ref Link:  

https://help.salesforce.com/s/articleView?id=000380977&type=1

 

https://help.salesforce.com/s/articleView?id=000395699&type=1SF visualforce page reported with weak cipher – what’s your practice?

 

 

 

#Apex  #Security

0/9000

We are starting with just the 10 free NPC licenses and building as much as we can without paying for any additional features until we can get our data from Bloomerang (about 15k contacts) into the org, get our fundraising processes in place, implement automated communications strategies, and reports.  Once we have all that we will look for buy-in from the board and CEO to invest as needed into Salesforce related features.  What AI related features can we use now with our new org without adding expenses? 

2 answers
  1. Today, 3:19 AM

    Hi @James Lungi, you can request and enable Foundations see https://www.salesforce.com/ca/crm/foundations/

     

    With the free Foundation license, you will be able to setup and configure AI Agents (free up to 1,000 conversations, after 1,000 conversations there is a $ charge). 

    Besides, there are some free Einstein tools available out of the box with your P10 such as 

    Einstein Activity Capture to sync your eMails with Salesforce. https://help.salesforce.com/s/articleView?id=sales.einstein_sales_aac.htm&type=5

     

    Let me know if you need more details. Best regards, Dirk 

0/9000
16 answers
  1. Mar 31, 5:48 AM

    I've been able to set up the Data Stream sucessfully but still not seeing the right options for Element 1 and 2.  I am not seeing this option: Unified Link Individual ccid

     

    See screenshots.  

    I've been able to set up the Data Stream sucessfully but still not seeing the right options for Element 1 and 2. I am not seeing this option: Unified Link Individual ccid See screenshots.

     

    Screenshot 2025-03-31 at 4.33.29 pm.png

0/9000
3 answers
  1. Today, 2:53 AM

    Hi @kavya tanneeru , 

     

    Go back to Agent -> open the service agent -> deactivate the agent -> click on 'Experience Management' -> remove all the instructions -> add 6 blank instructions then start putting the instruction added in trailhead one by one-> activate - 

    > then check (I was getting the same issue, and it got resolved. this works without creating new agent) 

     

    https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000MZCpn

     

    I deleted my agent and recreated it and that worked. 

     

    https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX000000NU7c0AG

0/9000