Hi ,
Below you will find a post on how to create a New Guest Newsletter template.
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000PVwMn0AL
https://trailhead.salesforce.com/trailblazer-community/feed/0D5KX00000PXwWy
Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
Step not yet complete in Agent Auth Org
We can't find the 'Get Orders by Contact' flow activated in your org.
On this challange:
Setting Up Variables and Filters for Actions
I followed the steps but the validation is still not catching that this flow is active.
#Trailhead Challenges
Today, 3:17 AM Ah I figured it out, there were two flows with the same name!
Get Orders by Contact
| Autolaunched Flow | | | Unmanaged | | Todd Trevisan | 7/13/2025, 11:57 AM | Flow Builder | Get_Orders_by_Contact |
Get Orders By Contact
| Autolaunched Flow | | | Managed-Installed | | | | Flow Builder | GetOrdersByContact
I have a component called 'bikeCard' I can see it under Lightning Components but it is not available in the Lightning App Builder.
#Trailhead Challenges #Lightning App Builder #Lightning Web Components
Today, 2:56 AM I would suggest trying a new playground or dev org.
I hope this message finds you well.
I would like to seek your guidance on the following matter.
Content
- There is a feature in the Salesforce record list view that allows searching for records,
- but this is not displayed for a certain object in my environment.
- Note: It is the section displayed to the left of the list view control.
- How should I configure or set up the above?
I apologize for the inconvenience during your busy schedule, and I appreciate your assistance.
(お世話になっております。
以下のことについて、ご教示いただきたいです。
- Salesforceのレコード一覧にて、レコードの検索ができる機能がありますが、
- わたしの環境のあるオブジェクトではそれが表示されません。
- ※リストビューコントロールの左横に表示される部分
- 上記はどのように設定をすればよいですか?
お忙しいところ恐縮ですがよろしくお願いいたします。)
#Trailhead Challenges #Trailhead #Service Cloud
I'm having trouble progressing because I'm not sure what to do. I keep getting this message: 'We can't find the default record page for the Contact object. Be sure to activate and assign a record page as Org Default.' Any guidance would be appreciated.
Dec 27, 2023, 5:23 AM Go to object manager select object record page then click on activate & assign as org default
Today, 2:39 AM Hi ,
To change the auto-number Name field in Salesforce, you need to first convert it to a text field, then change it back to an auto-number field with the desired format and starting number. This process allows you to modify the display format and starting number of the auto-number field without losing existing data.
I have a flow that assigns project managers to orders owned by specific salespeople, however, my flow isn't working for a specific individual and I cannot figure out why.
Here's the debug output where it is failing
Skipped this outcome because its conditions weren't met: project_Manager1
Outcome conditions
Does Require Record Changed to meet criteria: true
1. {!$Record.Opportunity.OwnerId} (005Kc000000rTgmIAE) Equals {!salesrep1} (005Kc000000rTgkIAE)
2. {!$Record.Opportunity.OwnerId} (005Kc000000rTgmIAE) Equals {!salesrep2} (005Kc000000rTglIAE)
3. {!$Record.Opportunity.OwnerId} (005Kc000000rTgmIAE) Equals {!salesrep3} (005Kc000000rTgmIAE)
4. {!$Record.Opportunity.OwnerId} (005Kc000000rTgmIAE) Equals {!salesrep4} (005Kc000000r9YIIAY)
5. {!$Record.Opportunity.OwnerId} (005Kc000000rTgmIAE) Equals {!salesrep5
} (005Kc000000rV5cIAE)
As you can see in line 3, it in fact does match. Salesforce does not recognize this and skips this section causing the decision tree to fail. It only happens with this 1 seller. I've been troubleshooting this for hours now and I can't fix it.
Any ideas?
#Flow #Automation #Immediate_Help
I have a user who changes the Contact Owner on the Contact Record and gets this message below. Contacts are wide open for all of our users. Once the user changes the owner then they can no longer see it and lose access to it. I haven't seen this message before and curious on whats triggering it?
Today, 2:30 AM Hi Rebecca,
Kindly check org wide default settings once. If its private then it can happen..
Also do you have role based sharing enabled?
Thanks
How to i create a filter that include keyword in order to drop the case in the correct list view?
#List View
What is the difference between visible and read-only field-level security?
Today, 2:24 AM Hi Emmanuel,
A field with visible means user can view and edit the field if its added in page layout.
Read only means they can view the data. Can't edit
Thanks