Skip to main content

Feed

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

My org is looking to track goals related to Activities for users. We will want to track visits, phone calls, solicitations, and possibly other metrics down the line. The goals will be different for different users so need flexibility with assigning the targets. Has anyone done this and have ideas to share? 

6 answers
0/9000

Does anyone have a solution for customizing the Salesforce MFA email that goes out to users.  It reads "Verify your identity in Salesforce. You recently attempted an action in Salesforce. Action: Log In to Salesforce

To ensure your account's security, we need to verify your identity. Enter the following code where prompted by Salesforce." 

 

To date we've been told that it's not customizable, so I'm wondering if anyone has other solutions - or if you're just using another product for MFA?  We would like to brand it so that users know it's coming from our organization as we've been receiving complaints about it. Our users don't know what Salesforce is, lol. 

1 answer
0/9000

We need to restrict users with a specific profile ("CSUGC Admissions ADV") from uploading files in the Notes & Attachments section when the related record in the Document__c object has certain document types.

Current Behavior:

  • Users can upload files to any Document__c record via the Notes & Attachments related list.
  • There is no way to prevent file uploads based on the user’s profile or the document type.

Expected Behavior:

  • If a user with the "CSUGC Admissions ADV" profile attempts to upload a file to a Document__c record where the Document Name (Document_Name__c) is:
    • "AM - Official High School Transcript"
    • "AM - Official Transcript"     → The system should block the upload and show an error message.
  • Other users should be able to upload files as usual.

please check the screenshot for reference   

 

1 answer
0/9000

We have a junction object called emergency contacts, which has 2 person account lookups.  

 

One is for the client, and one is for their emergency contact  

 

The issue is that it's creating 2 related lists on each person account instead of one. Is there any way to combine this related list or adjust the structure to allow for these 2 person accounts to go on the same related list? 

Prevent 2 related lists on junction object?

 

 

Screenshot 2025-04-04 at 11.37.46 AM.png

 

 

 

#Flow  #Data Management  #Service Cloud

3 answers
  1. Today, 7:41 PM

    You could filter the related list to only show the emergency contacts (and not the people whose emergency contacts they are). 

     

    It's not possible to combine two lookups into one related list. I'm not sure why you would want to do that because they aren't really the same thing.

0/9000

I have dabbled in contact-to-contact updates with a flow. I am trying to see if we can build a flow that populates a checked / true box on a contact record after a completed subscription order. This check box triggers a visual badge for Box office staff to identify Contacts who are subscribers.

 

Below are some of the steps that I tried, but the checkbox did not update to being checked when I completed a test order in a sandbox.

 

How do I set up a flow from a ticket order to update a contact record?

 

Screenshot 2024-02-09 153616.png

12 answers
  1. Today, 7:41 PM

    @Margaret Carr Ahh, okay, that makes more sense!

     

    Your entry conditions look great. You don’t actually need the assignment element at all. It’s not doing anything.

     

    The problem is with the Update Records element. You have to find the correct contact to update first. You can do that in the same element, but you have to fix it.

     

    Under the Filter Contact records section, you’ll want to say Field “ID” or “Contact Id” equals to whatever the field is on the Ticker Order that contains the relevant contact id. Your set field values element looks fine.

     

    Flow should handle the bulkification just fine in this scenario, so I don’t think you need to worry about that yet. This is a very simple flow.

0/9000

I am wondering if it is possible to test out the Agile Accelerator application via a Trailblazer playground environment. Any and all information is greatly appreciated. 

2 answers
0/9000

Create Lead Button is not visible in the Lightning Page but  available in classic version.  

How do I make create new lead button visible in Lighting Lead Page?

 

How do I fix it? 

 

#Salesforce Developer  #Systems Administrator  #Saleforce Administrator

2 answers
  1. Today, 7:40 PM

    Go to the Lead Object and click on the List View Button and select the drop down to edit and check the New in the List of Standard Button

0/9000

Hi All, 

I completed two Trailhead's modules about Agentforce in Slack, and I am able to interact with my Agent in Slack app 'Agentforce', which works like direct messages. 

 

But I would like to add the Agent to a channel. I updated the bot's OAuth scopes (channels:read, channels:join), and can see in Agent configurations in Slack, that it got these permissions. 

 

Nevertheless I am not able to add the Agent to any channel (for example, like that: /invite @MyAgent), and I even not able to forward a channel message to the Agent. 

 

Is it possible to add an Agent to Slack channel?

I am trying to import a bunch of records into the Orders object using my regular importing tool Apsona. When I try, it says a field called "Status Category" - API name "Statuscode" - is mandatory in order to upload. This field does not exist when I look in Object Manager under Orders, it seems rather to be a component of the "Status" field, which I have included in the import. Yet for some reason"Status Category" is being treated as if it's a full separate field and mandatory. If I try to import and include "Status Category", for example "Draft" or "Activated" I'll get an error saying I don't have access to edit that field, but I am the System Admin, and "Status Category" does not even exist in Object Permissions. Pictures below. Any help or advice to dealing with this hidden field would be greatly appreciated. @Nonprofit Hub @* Salesforce Field Service *

 

#Orders  #Order Status  #Mass Imports  #Apsona

1 answer
  1. Today, 7:30 PM

    Check that your Apsona user/license has access to that field. That has tripped me up a few times. I would give you the path to check but I no longer have access to an Apsona environment. Perhaps another Apsona user could assist?

0/9000