Hi ,
Are the following settings correct?
#Trailhead Challenges2,417 discussing
- Recent Activity
- Created Date
- Recommended
- All Questions
- Questions with an Accepted Answer
- Unanswered Questions
- Questions with No Accepted Answer
In the Configure Page Layouts and Record Types lesson, I'm trying to assign the Procedure - Author page layout to agents using the regular profile user interface.
When I click on the Custom: Support Profile and scroll down I do not have "Custom Record Type Settings" in the Apps section or System section.
#Trailhead Challenges
Jan 31, 2:05 PM Greetings @Chelsea Jordan, You do need to turn off the enhanced view of your profile first in order to access the UI that Mykhalio shown.
First go to SetUp --> Search For User Management Settings --> Disable the Toggle Button for
Enhanced Profile User Interface
Hello,
I have been trying to finish this training; however I cannot move past this part of the training due to the fact that I am getting an error message that says 'Developer name has to be unique.' This error pops up when I try to save which is indicated in these steps
- From the App Launcher , find and select Energy Consultations, then click the Energy Audits tab.
- Open the All list view.
- Select Burlington evaluation.
- From the Setup menu , select Edit Page. The page opens in the Lightning App Builder.
- In the page properties, change the Label to Energy Audit Record Page for Sales.
- Change the API Name to Energy_Audit_Record_Page_for_Sales.
- Click the Details tab on the canvas, then click the Record Detail component (where the fields are). There are all the fields for the Energy Audit object. But they’re all in one non-customizable block. With the click of one button, we can change that.
- In the properties pane, click Upgrade Now to start the Dynamic Forms migration wizard.
With Dynamic Forms, you can migrate the fields and sections from your existing record pages into individual components. Then you can configure them just like the rest of the components on the page—adding more, removing some, or moving them around–giving your users only the fields and sections that they need.
- Step through the wizard, select Energy Audit Layout, then click Finish. The right-hand column is almost empty, and the fields could be in a better order. Let’s fix that.
- Click the Audit Notes field and drag it to the right column, above Owner.
- Drag the Type of Installation field above Audit Notes.
- If it's not already there, move Account below Energy Audit Name.
- Click Save, then Not Yet. Activating the page makes it available to your users. This page isn’t quite ready for users, however. Maria wants to add a related list.
If someone could please help me figure out how to get past this error that would be lovely.
#Trailhead Challenges
Jan 22, 9:04 PM Hi ,
There may already be a record page with the same name.
Goto Setup --> Lightning App Builder
Try renaming or deleting the existing record page
Hi Salesforce Community, when we create Inquiry Process record type, why we select "Product Support" as the Existing Record Type instead of "Master" ?
Thank you
#Trailhead Challenges
Jan 27, 7:41 AM Hi @han shi
Hope you are doing well,
The "Existing Record Type" checkbox determines the base settings for the new record type you are creating. When you select an existing record type (e.g., "Product Support") instead of "Master," Salesforce copies the picklist values, page layouts, and other settings from the selected record type to the new one.
This saves time because you don’t need to configure everything from scratch. You only need to make adjustments specific to the new record type.
In your example, "Product Support" is selected as the existing record type for the Inquiry Process because it likely has picklist values or layouts similar to what is needed, whereas "Master" is a blank template with no preconfigured settings.
I hope you find this answer helpful.
Regards,
Sunny Patwa
Hello i'm working on Customize the User Interface for a Recruiting App in that module I'm not able to complete this
Create a Custom Review Record Page
The challenge is
Click App Launcher to open the App Launcher, then open the Recruiting app.
Click the Reviews tab.
Click New to create a Review record.
Assign values to the Core Competencies, Leadership Skills, and Experience fields.
In the Job Application field, select the application you created in the last unit, then click Save. Can u tell how to do this
Jan 4, 5:57 PM Sure! It looks like you're working through the "Customize the User Interface for a Recruiting App" challenge, and you're at the part where you need to create a Custom Review Record Page and assign values to fields in a Review record.
Let's go step-by-step through the challenge to help you complete it.
Steps to Complete the Challenge
1. Open the Recruiting App:
- Click on the App Launcher (the grid icon in the top-left corner).
- In the search bar, type "Recruiting" and click on the Recruiting app when it appears.
2. Open the Reviews Tab:
- In the Recruiting app that opens, you should see a Reviews tab in the navigation bar (if the app is set up correctly).
- Click on the "Reviews" tab.
3. Create a New Review Record:
- Once you're in the Reviews tab, you should see a button labeled New (usually located at the top-right of the Reviews page).
- Click "New" to create a new Review record.
4. Fill in the Core Competencies, Leadership Skills, and Experience Fields:
- When you create the new Review record, you will be presented with a page that has several fields.
- Locate the fields for Core Competencies, Leadership Skills, and Experience (these are likely custom fields on the Review object).
- Assign values to each of these fields. Depending on how the app was configured, these fields might be picklists or text areas, so just enter valid values for each.
5. Select the Job Application:
- Look for the Job Application field on the Review record page.
- This field is likely a Lookup field, which will allow you to search for an existing Job Application record.
- If you created a Job Application record in the previous unit, you should be able to search for and select the Job Application you created earlier.
- Select the correct Job Application record.
6. Save the Record:
- After entering the values into the required fields (Core Competencies, Leadership Skills, Experience, and Job Application), click Save.
Troubleshooting Tips:
- Ensure the Fields are Available: If you don't see some of the fields (Core Competencies, Leadership Skills, etc.), make sure the Review object has those fields created and that they are not hidden or restricted by profile permissions.
- Check if these fields are visible by going to Setup → Object Manager → Review → Fields & Relationships.
- Check Field Values: Make sure that the values you're entering into the Core Competencies, Leadership Skills, and Experience fields are valid and conform to any picklist or validation rules that might be set.
- Job Application Lookup: If you're unable to select the Job Application, make sure you've actually created a Job Application record in the prior unit and that it's visible to your user profile. Also, ensure that the Job Application lookup field is pointing to the correct object.
Review the Custom Page Layout (if needed):
If the fields aren't visible or you want to customize the page more, you might need to customize the page layout for the Review object:
- Go to Setup → Object Manager → Review → Page Layouts.
- Ensure that the fields you're working with are on the layout and are visible to the appropriate profiles.
Additional Resources:
If you're still stuck, you can consult these resources:
Let me know if you need more help with this! Good luck with your challenge!
If you think this helps please mark Answer as Useful so that it will help others as well
#Trailhead Challenges #Trailhead #TrailblazerCommunityHelp #TrailblazerCommunity #Trailhead Superbadges #Trailblazer #Trailhead Support
I saw another thread with @Andrew Mondy! I am a bit lost:
Directions:
You could accomplish this in a Screen Flow with a datatable component.
- Make a variable, type = text, Available for Input, name equals EXACTLY recordId
- Get Records from Contacts where Account > ParentID = recordId and get all matching records
- Add Screen element
- Add Data Table to the Screen element and set the source to the Contacts found in your Get Records element
- Configure your Data Table columns as you desire
- Remove the Header and Footer from the Screen element so it looks nicer embedded on the Account page
- Save the Flow and Activate it
- Edit the Account Lightning Page Layout and add your new Flow to the page, and Save.
What is the default value for the variable?