Feed
- Recent Activity
- Created Date
- Questions with an Accepted Answer
- Questions with No Accepted Answer
- Unanswered Questions
Hi everyone! 👋 I'm currently preparing for the Salesforce UX Designer Certification
, and I’d love to clarify something with the community:
Does the exam include any questions that require JavaScript knowledge or programming logic?
For example, questions involving code snippets, decorators, or how certain functions behave in Lightning Web Components (LWC)?
I’m trying to align my study strategy accordingly and would really appreciate any insights from those who’ve already taken the exam or have firsthand experience.
Here’s a sample of the type of question I’m referring to:
Today, 10:51 AM It’s been a few years for me, but there was nothing on the exam like that. The exam guide is an excellent place to see what you are expected to know.
i have attached image of issue please help
#Trailhead Challenges
Unable to find "Properties" tab in the navigation bar. And there is no "more" section either.
Add a Favorite Property
Next, take a look at how to view favorite properties.
- From the App Launcher find and select Sales.
- Click the Properties tab in the navigation bar. If you don’t see it, look under the More dropdown.
- Click the name of a Property record.
- Click Related. You’ll see Favorites (0) in the Related tab.
- Click New.
- Enter a name for Favorite Name, then click Save.
#Trailhead Challenges
I just tried out the Tooling API to get Dependency:
SELECT MetadataComponentType, MetadataComponentName, MetadataComponentId, MetadataComponentNamespace, RefMetadataComponentName, RefMetadataComponentId, RefMetadataComponentNamespace, RefMetadataComponentType
FROM MetadataComponentDependency
WHERE RefMetadataComponentId = '00NQ80' AND RefMetadataComponentType = 'CustomField'
ORDER By RefMetadataComponentName
The display is similar to Salesforce Where it is used but still for the related flow, I would like to know which version it is?
Is it possible to get it in a same query?
Today, 10:17 AM You will have to do another query to get that information specifically to FlowVersion.
Hi Trailblazers,
I have created one "
Transaction" type product configuration rule and when try to test it and add products so the system is showing "Something went wrong while running configuration rules. : User doesn't have read access to all the fields used in configuration rules." error. Below are the actions which i already taken up for try to resolve it but still the error is coming:-
1. I have checked the FLS permissions and it seems fine and doing testing from system administrator user.
2. I have added "
QuoteDeliveryMethodPicklistSelectedValue" attribute under in "SalesTransaction" node in "Rev_SalesTransactionContext" context definition which is custom context definition which i have created and mapped with quote "Delivery Method" field.
3. I have inactive the rule library and activated it again.
4. I have initiated rebuild index.
5. I have checked and the Quote.DeliveryMethod and QuoteLineItem.ProductCode and Product2.ProductCode all these fields has "
Read" and "Edit" permissions.
Below are some screenshots related to my rule:-
Below are the screenshot of the error message:-
Please take a look and help me here to sort this out error ASAP.
OWD for Account is Private. If I share an account with another user will the record be visible to user's manager and above?
- Manual Sharing
- Apex Sharing
- Sharing Rule ( using share with Roles & subordinates)
- Account teams
Grant using hierarchies for Account can't be unchecked in OWD due to standard object restriction.
Today, 10:03 AM , Yes, when you share an Account with a user, it is also automatically shared with that user’s manager and managers above them (role hierarchy).
This is because:
-Grant Access Using Hierarchies is enabled and locked ON for standard objects like Account.
-Any record access granted to a user (through manual sharing, Apex sharing, Account Teams, etc.) will cascade upward to users higher in the role hierarchy.
And for your follow-up question:
Yes, even if only the user is explicitly listed in the AccountShare table, their managers and above (based on Role Hierarchy) will still gain implicit access — even though no explicit share row exists for them.
I’ve seen ChatGPT used for code explanation and documentation writing in other platforms. Is anyone using it with Salesforce use cases, especially Flows, Apex, or user training materials?
Today, 9:56 AM , ChatGPT can be a huge time-saver for Salesforce Admins, Developers, and Trainers. Many teams are already using it to streamline documentation, optimize admin tasks, and accelerate development — especially in areas like Flows, Apex, and training material creation.
-Flow Design & Optimization: Helps design, explain, and document Salesforce Flows (screen, record-triggered, etc.).
-Formula & Validation Rules: Writes, troubleshoots, and explains Salesforce formulas and validation rules.
-Apex Code Assistance: Generates, refactors, and explains Apex code, triggers, test classes, and SOQL queries.
-Security & Sharing Advice: Provides guidance on setting up sharing rules, permission sets, and org security best practices.
-User Training Content: Creates user-friendly guides, walkthroughs, onboarding checklists, and training materials.
-Release Notes & Communication: Drafts release notes, rollout emails, and in-app messages for new features or updates.
-Change Documentation: Helps document customizations, metadata, and deployment steps clearly and quickly.
-Real-world Adoption: Already used by admins, developers, consultants, and enablement teams for faster output and better clarity.
-Prompt Templates: Users benefit from reusable prompts like “Explain this Apex class” or “Write a Flow description for users.”
How can I resolve this error - "apex language server could not provide information about valid breakpoints".
I have deleted the folders and files in .sfdx which seems to fix the issue for most people.
#Salesforce Developer #Debug Mode #Apex #Visual Studio Code
Today, 9:50 AM I get this error but I've always seen this error even when the replay debugger worked.
"You don't have any checkpoints enabled. Enable a checkpoint and try again."
Even though I am following the exact same steps, when I click 'Verify,' an error occurs. Trailhead says: 'Step not yet complete in Build Project – On the Customer Account Page, we can’t find the sales region field section