I have made page as the org default but still get error as "We can't find the 'Highlights Panel' component on the New Account Page.".
I have made page as the org default but still get error as "We can't find the 'Highlights Panel' component on the New Account Page.".
After this error I also created a new playground but it still gave the same error.
Hello@Liz Karimi,
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.
Search for digital experience in quick find box and in settings, enable it!
It will work.
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
Hi Lukas!
Just says that the password and username don't match. I try changing the pass but it still the same.
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.
Lightning Sync and Gmail integration is not available for setup since Winter 21', you should instead use Einstein Activity Capture. To set this up, please reference this article: https://help.salesforce.com/s/articleView?id=sales.aac_setup_parent.htm&type=5
Each user will have to connect their email to the Salesforce account on their own.
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?
, 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
2. Update Your Validation Rule
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
4. Use the Data Import Wizard
5. Optional: Automatically Reset the Bypass Field
If you want to ensure the Bypass Validation checkbox is not permanently set to TRUE, you can:
This approach provides a controlled way to bypass the validation rule temporarily during imports while maintaining its functionality for regular operations.
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
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.
#Salesforce Developer
@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.
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
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
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