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.

There seem to be a problem with translation of the picklist value when the error pops out. Is this configured somewhere?  

Translation of picklist values

 

 

 

9 answers
0/9000
1 answer
0/9000
1 answer
0/9000
9 answers
0/9000

I have 3 record types in both Opportunities and Products. For Products, let's call it Product 1, Product 2, and Product 3. If I select Product 1, I want to have a different set of fields displaying in the Opportunity Product details than when I select Product 2. I tried doing this with an LRP, but Opp Products don't have dynamic forms since they don't use record types. Creating a screen flow won't help because I don't need the right fields only when the Opp Product is created but also when it's saved. What can I do in this case?

2 answers
  1. Today, 8:34 AM

    If you're using Lightning you can add specific fields to an Update Action and add the Update Action to the Product Record Page Layout using the Related Record feature then add a Visibility Filter to the Update Action based off a product specific attribute. If you add multiple Update Actions each with their own, mutually exclusive Visibility Filter, the user will only see the one specified. It will look pretty hacky on the backend though. https://www.reddit.com/r/salesforce/comments/kqpd0k/opportunity_product_multiline_layouts/?utm_source

     

    Or you can Custom LWC or Flow-Based Component

0/9000

While creating the app using the Execs Only Template 2

and the billing state/province, opportunity source, cases and using the colors asked for this exercise when I click on Create button this message appears 

"Unable to create app based on template: [0NkQy000000Ep4HKAS].

* While processing Expression error occurred [Failed to parse the expression [${App.EdgeMarts.case.Alias}]]" 

 

#Trailhead Challenges  #CRM Analytics

4 answers
  1. Today, 8:34 AM

    @Mykhailo Vdovychenko

    I did sign up for the developer edition org. The error is occurrying while creating the app in salesforce. 

    The previous challenges are only questions.

0/9000
3 answers
  1. Today, 7:10 AM

    Hello @Vignesh R

    Thanks for the follow-up, and great question! 

    Yes, if you're creating Web-to-Lead through metadata and using Apex to submit the lead, the context changes slightly. When you're inserting leads via Apex code (e.g., using DML like insert new Lead(...)), the data bypasses the standard Web-to-Lead HTTP endpoint and goes directly into Salesforce from within the platform. 

    Since this Apex code is running inside Salesforce, you're already protected from classic SQL injection — Salesforce doesn’t expose SQL-style query execution the way traditional systems do. Apex DML and SOQL are strongly typed, and the platform sanitizes inputs properly. 

    If the data passed into Apex comes from an external source (like a public form, external system, or integration), then:

    1. You must validate and sanitize the input before processing it — even if you're using Apex.
    2. If you're calling dynamic SOQL inside Apex (e.g., Database.query()), be extra careful. Always bind variables securely instead of string concatenation.

    I hope that helps. 

     

    Thanks & Regards 

    Amit Kumar

0/9000

Hi,

While editing lines in a specific quote, I encountered the error: "Cannot read properties of undefined (reading 'developerPrefix')" on QLE.

Has anyone come across this exact error before? How should we interpret the part about "reading 'developerPrefix'"?

I would appreciate your help. 

 

#Trailhead  #Salesforce Developer  #Salesforce CPQ & Billing  #Salesforce Admin

1 answer
0/9000

 Hello. 

We are currently using MIAW (Messaging for In-App and Web) to respond to inquiries from end users. For example, is it possible to automatically launch a chatbot when there is no activity from the end user on the FAQ site for a certain period of time (such as after 1 minute of opening the FAQ site)? 

1 answer
0/9000

hello. I'm someone who wants to study data cloud in Salesforce. I would like to know what I should start with in order to learn Data Cloud at the trailhead.

I searched for data cloud and there is a lot of content out there, is there a learning path that I should follow? Or can I study each content I found in no particular order?

 

For reference, I have done a project with CDP of treadure data, so I know the concept of CDP (Customer Data Platform).

5 answers
0/9000