Skip to main content The last day to register for a Salesforce or Tableau exam is June 30th. Learn more about the new Salesforce certification experience coming July 21st.

Feed

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

Hello All, 

Could you please help me with the following question: 

 

We are using the email service TicketsFromEmail with the Apex class MailListen_IncidentCTHandler to automatically create incidents in Remedy from incoming emails. 

Recently, the Apex class was updated in the Sandbox environment by adding the following line: 

incident.Title__c = email1.Subject; 

This change is intended to populate the Title field of the newly created incident using the subject line of the email that triggered its creation.

Issue with update of Apex class

 

However, when I send emails with the template name in the subject line (e.g., EQNH New Hire - Test Test_06/23/2025) to create an incident using that template, the Title field in the incident includes the entire subject line, including the template name (e.g., "EQNH"). 

 

Could you please help me understand how I can update the Apex class—or specifically the newly added line 

incident.Title__c = email1.Subject; —so that the template name (e.g. EQNH) is excluded from the Title field of the created incident? 

 

Thank you in advance!

3 answers
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 8:55 PM

    @Serge Shelkoshvein I guess that your email1.subject has the prefix at the beginning, as you are trying to get the template prefix on line 45 (where you get the 4 left char from the subject to the Templ variable).I guess that your email1.subject has the prefix at the beginning, as you are trying to get the template prefix on line 45 (where you get the 4 left char from the subject to the Templ variable).

    If you do have indeed a template name, at the beginning of the email subject, indeed please get the whole text, except the 4 first characters 

    Eric

0/9000
1 answer
  1. Today, 8:53 PM

    Hi , 

     

     

    You need to check if somehow you missed field level security Click on the field and check field level security. 

     

     

    1. From Setup, open Object Manager, and then in the Quick Find box, enter the name of the object containing the field.
    2. Select the object, and then click Fields & Relationships.
    3. Select the field you want to modify.
    4. Click Set Field-Level Security.
    5. Specify the field's access level.
    6. Save your changes.

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

0/9000
1 answer
0/9000

Hi everyone, and thanks in advance! 

 

My org has MC Growth Edition and one of the asks from leadership is the ability to either reduce a Lead's Engagement Score to 0 or by a set number based on their Lead Record stage. Is this possible? I don't see how this would happen automatically using a Campaign Flow. 

 

Any help or feedback would be helpful. And thanks again! 

 

—Mike 

 

 

#Marketing Cloud  #Flow

0/9000
1 answer
0/9000

I would like to set the minimum width of the dashboard so it doesn't continually get squished on smaller screens. If someone has a smaller screen or zoomed in browser I want it to scroll horizontally instead of squishing the tables and charts.

0/9000

Trail: Enhance Agentforce to Act on Data with Conversational Language 

 

Can't perform step no 7 below as 

'Unified Link Individual ccid' is not present in the object dropdown, screenshot attached: 

 

  1. Click the Setup icon , then select Setup.
  2. Type flows in the search, then click Flows (under Process Automation).
  3. Click Create Check-in Guest Event.
  4. Click the Unified Link 1 element.
  5. For Data Source, select Data Cloud Object.
  6. For Data Space, select default.
  7. For Object, select Unified Link Individual ccid.

#Trailhead Challenges

1 answer
0/9000

Hi, would someone mind sharing an example of using quickchoice with static resource images? 

 

I have the images stored in the fsc_Quickchoice_Images static resource and I am populating a string collection with the names, but I cannot get the images to show: 

 

 

Example of quickchoice images

 

 

 

quickchoiceparamters.png

my requirement is for a tablet based flow to allow people who can't read to select items for a food parcel. 

many thanks 

 

2 answers
  1. Today, 8:43 PM

    @Tricia Nolan

    I use this in a couple area's with images.  1st- since you are using name strings and images you have to make sure everything is in order and the names you are adding match those inside the zip file and include the full file name (including .png - see image below). 2nd, I do not know which one is the correct one anymore but I update 2 difference zip folders in my static resources. I no longer know which one is the correct one as I always just update both at the same time but one does not work. The other folder is called quickchoice_images and you got the other one correct.  

     

    Last- I stopped using the full strings after he added the static choices. It's much easier to manage but that has nothing to do with your question and you still need to have your image files in order and set the same way. You can delete all the other variables though.  

     

     

0/9000
6 answers
  1. Today, 5:16 PM

    HI @Delia Guo

     

    I am from the Trailhead help team. May I request you please let us know if  the above responses helped you resolve the issue? If yes, kindly share the solution that helped you resolve the issue or please make sure to mark the response which helped you to resolve your query as 'Best Answer' so that it might help the fellow Trailblazer's who are facing the similar issue.

     

    Else, please let us know so that we can go ahead and create a case on behalf of you and can assist accordingly. 

     

    Thank you! 

    ++TrailheadHelpFollowUp

0/9000

Hi, I wonder what's the simplest option-  we can't use Field History Tracking on the Opportunity Product. Should I create a flow with a loop , custom object of history to populate it based on changed values on the opportunit  product? Can someone describe in detail , thanks Please don't paste an answer from chat gpt,  thanks 

 

#Salesforce Flow  #Salesforce Developers  #Automation

1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 8:42 PM

    Hello @Joe smith, please see the proposed suggestions in this similar thread 

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

    And please upvote this idea : 

    https://ideas.salesforce.com/s/idea/a0B8W00000GdmFTUAZ/field-history-tracking-for-opportunity-products

     

    PS : For information, it is against the Community policy to answer with AI generative tools. If that happens, Salesforce team members and Trailhead Community Forum Ambassadors help moderating / reporting this kind of AI-generated answers.

     

    Eric

0/9000