Skip to main content Build the future with Agentforce at TDX in San Francisco or on Salesforce+ on March 5–6. Register now.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.
2 answers
  1. Today, 11:58 AM

    Hello@Liz Karimi,

    • Make sure role name is correct (try to delete leading and trailing space if any)
    • make sure you are checking the challenge in correct org
0/9000

I want to enable the public checkbox under the case comment. Case comment is not directly accessible from object manager, neither can I see it from profile permissions. I checked the support setting but there seems no configuration. On the case page layout, under the related list I can see case comment but it says we can't customize it.

How do i enable the public checkbox so that when a user wants to enter a comment from case comment related list they click on this box and the comment is set to public.

5 answers
  1. Today, 12:19 PM

    Search for digital experience in quick find box and in settings, enable it! 

    It will work.

0/9000

Hello, a few marketing cloud users are not being able to access their accounts. I tried changing the password but the error continues.

Can someone help me please?

Thank you.

 

 

#Marketing Cloud  #Identity and Access Management  #User's Passwords

2 answers
  1. Today, 12:06 PM

    Hi Lukas! 

     

    Just says that the password and username don't match. I try changing the pass but it still the same. 

     

0/9000

Hi Community  

i have one requirement in system admin profile i can see and enable the Gmail integration and sync option but i can't see that option in another profile like custom sales profile i need to enable the Gmail integration and sync option for that user as well, i would appreciate can any one help me out this.

1 answer
0/9000

I have a validation rule on account object which is throwing an error while inserting the records through data import wizard, How can i bypass this validation rule?

1 answer
  1. Today, 12:02 PM

    @Ram Manohar

    , There is no standard functionality available. but you can go for custom, 

     

    To bypass a validation rule while inserting records through the Data Import Wizard in Salesforce, you can modify the validation rule to include a condition that allows the rule to be bypassed under specific circumstances, such as when the records are being imported.

    Here are the steps to do this:

    1. Add a Custom Checkbox Field to Your Object

    • Go to Setup > Object Manager > Account.
    • Click Fields & Relationships > New.
    • Select the field type Checkbox, and name it something like Bypass Validation.
    • Set the default value to Unchecked.

    2. Update Your Validation Rule

    • Go to Setup > Object Manager > Account > Validation Rules.
    • Find the validation rule that you want to bypass and click Edit.
    • Modify the rule logic to include the condition for bypassing. For example:

    formulaCopyEditNOT(Bypass_Validation__c) && [Your Existing Validation Rule Logic]

    This ensures the validation rule will not trigger if the Bypass Validation checkbox is checked.

    3. Prepare Your Import File

    • Add a column for Bypass Validation in your import file.
    • Set the value of this column to TRUE for all rows in the file.

    4. Use the Data Import Wizard

    • Navigate to the Data Import Wizard from Setup.
    • Upload your file and map the fields, ensuring the Bypass Validation field is correctly mapped.
    • Proceed with the import.

    5. Optional: Automatically Reset the Bypass Field

    If you want to ensure the Bypass Validation checkbox is not permanently set to TRUE, you can:

    • Use a Workflow Rule or Flow to reset the field to FALSE after the record is inserted or updated.
    • For example, create a Flow with a trigger on record save that sets Bypass_Validation__c = FALSE.

    This approach provides a controlled way to bypass the validation rule temporarily during imports while maintaining its functionality for regular operations.

0/9000

Hi Experts ,  

 

I have this formula field , I need to add thousand seperator to this field . can anyone help please . 

 

IF( 

ISBLANK(TEXT(CurrencyIsoCode)), 

"", 

IF( 

ISPICKVAL(CurrencyIsoCode, "USD"), 

"USD " & TEXT(FLOOR(Amount)), 

CASE( 

TEXT(CurrencyIsoCode), 

"CNY", "CNY " & TEXT(FLOOR(Amount)) & " (USD " & TEXT(FLOOR(Amount / 6.877000)) & ")", 

"EUR", "EUR " & TEXT(FLOOR(Amount)) & " (USD " & TEXT(FLOOR(Amount / 0.921400)) & ")", 

"JPY", "JPY " & TEXT(FLOOR(Amount)) & " (USD " & TEXT(FLOOR(Amount / 132.400000)) & ")", 

"KRW", "KRW " & TEXT(FLOOR(Amount)) & " (USD " & TEXT(FLOOR(Amount / 1298.590000)) & ")", 

"" 

 

#Salesforce Developer  #Data Management  #Formulas

0/9000

when i execute the query in query editor i get the expected result but when i execute the same query through apex I'm getting null value. 

Screenshot (235).png

 

 

Screenshot (236).png

 

 

 

#Salesforce Developer

1 answer
  1. Today, 11:56 AM

    @Steven James, In the query editor, I noticed that the term "Oracle" was used, while the record displayed was related to Java. Please check both queries and their syntax. If possible, please attach a screenshot of the Apex code.

0/9000

Hi all - keep getting an error when verifying my playground "We can't find the Get Customer Details action. Make sure it has been created and has an API Name of 'Get_Customer_Details'."

despite me going over the same steps several times, any pointers? 

 

#Trailhead Challenges  #Trailhead  #Agentforce

1 answer
0/9000

Hello fellow trailblazers, on module " Create Initial Submission Actions" even though I have followed the steps. it keeps telling me that the conditions are not being met. Anyone else had this problem? Thank you for your help! #Trailhead Challenges

31 answers
  1. Nov 17, 2021, 5:16 PM

    Hi Alejandra,  

     

    I have reviewed the issue in your org and it seems there is another custom field created with the name Discount Percent and it was selected in Approval Process Entry Criteria. I have changed it to the Discount Percentage field and now the challenge is working as expected. May I request you to please verify the challenge and hopefully it works now.  

     

    Let me know if my answer helps you and mark it as the best answer. Thank you!    

     

    Best Regards, 

    Ravindra

0/9000