Skip to main content

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

Hello, everyone, 

 

Just checking if you encountered the same issue. I took the Salesforce Agentforce Specialist Exam last June 19. I passed the exam, but I didn't receive the confirmation and the certification. I tried to verify my credential, and it is not added to the list of my SF certs. This is the first time it has happened to me. 

 

Has anyone encountered the same? How do you resolve it? 

 

I also filed the case, but no response yet since yesterday. Case #470798175 

 

Thank you!

0/9000

The dropdown option is not visible for primary data model object as individual and contact point email. please let me know how to solve this issue.

I am unable to create new ruleset in Bring External Data into the Contact Page Layout Note IMPORTANT!

 

 

#Trailhead Challenges  #Agentforce

23 answers
  1. Today, 12:37 PM

    Hi  

    Facing exact same issue. Anyone found the solution. ? If yes request to share the solution.  

     

    I can see people are able to pass the challenge and earn Agentforce Champion Badge which means there is a solution available. We need to find it ! 

     

    Thanks, 

    Madhu Maheshwari. 

0/9000

Hi, thanks for the component it is awesome, but it really needs the points specified at the release. 

In 2023 okt. when the component has been released these items were added to the future development:

  • Platform actions integration: Users could use platform actions, such as Create New or object-specific quick actions, directly within the Record Picker, making the process of creating and interacting with records more efficient.
  • Most recently used records (MRUs): This would display a user’s most recently accessed records, and when integrated into the record picker results, it could ensure quick access to frequently used items.

I would also add a search by 'Enter' function that gives back all the found results with specified data or just give the option to catch the keydown 'Enter' event key. (Currently this is blocked)Can we use the built in lookup fields first row in the lightning-record-picker as well?

 

@* Salesforce Developers *

 

 

#Salesforce Developer

2 answers
  1. Today, 12:31 PM

    Hi Ábel, 

    You're right to point this out. As of now, the lightning-record-picker component does not provide built-in support to programmatically select or access the first row of the lookup result list. 

    Here are a few points based on your question: 

    1. selecting the first row 

       The component does not offer a public method or property to access or auto-select the first result. It requires user interaction (click or keyboard navigation) to select a record from the list.

    2. enter key handling 

       The component captures the enter key internally and does not expose an event that you can intercept. So currently, you can't bind a custom action to the enter key in lightning-record-picker. This has been a limitation since its launch.

    3. mru and platform actions 

       Despite being mentioned in early roadmaps, most recently used (mru) records and inline platform actions are still not available within the component in the standard implementation. These are still considered future enhancements and not part of the current functionality.

     

    options:

    • if you need to capture the enter key or control the search behavior, consider creating a custom record picker using lightning-input and custom logic for querying and displaying results.
    • for mru-like behavior, store recently selected records in a custom list on the client side and display them when the input is focused.

     

    So, to answer your question directly: no 

     

0/9000

I have a profile in my Org with Read, Create , Edit on Case 

 

Profile does not have 'EditCaseComments' App Permissions 

Profile does not have 'ModifyAll Cases' Permissions 

Profile does not have 'Modify All Data' Permissions 

 

neither any Permission set is providing them these permissions  

 

Sharing setting for Case is Private

 

But the user with this profile is still able to Edit Comments on cases made by other user 

 

How or what did i miss to check

2 answers
  1. Today, 12:28 PM

    Hi Ashish, 

    This behavior points to some indirect access or misunderstanding in how the permissions are working. Here are some things you should check carefully: 

    1. case comments in lightning experience 

       If the user is in Lightning, what looks like a comment might actually be a feed item or internal post, not a classic case comment. These use Chatter and are governed by different permissions.

    2. custom components or flows 

       Check if there's a custom lightning component, screen flow, or apex code that allows users to update case comments without enforcing field-level security or sharing rules.

    3. object permissions on casecomment 

       Even if the profile does not have the editcasecomments permission, it's worth going to the profile and checking object-level access to casecomment. Also, check if any permission set grants access.

    4. role hierarchy or case team 

       If the user is above the original commenter in the role hierarchy or is part of the case team, they might be gaining access that way. Also check for manual sharing.

    5. test with isolated user 

       Clone the user’s profile and remove all permission sets. Then log in as that user and try to reproduce the issue. This helps confirm if the issue is with the profile or something else like automation.

    6. check in classic 

       Try accessing the same record in classic UI and see if the behavior is the same. If it differs, the issue is likely tied to Lightning features (like feed posts instead of real case comments).

     

    Also review debug logs when the comment is edited to see which object is actually being modified. This can reveal if it's truly a casecomment record or something else like a feeditem. 

     

0/9000

Hello. Apologies for the simple questions but I'm getting myself confused around non profit cloud. We are looking at case management to record the 'onboarding' of people to a service and as part of this need to capture some information at the time they start and then some others after. I'm getting myself in a mix as to what object to use for what: 

 

- Initial onboarding referral information, consents etc. (one off) 

- General risk assessment (one off) 

 

- Risk assessments (multiple) 

- Specific questions for different types of interactions 

 

Assessments, care plans and action plans are blurring in my head at the moment - Any pointers massively appreciated.

0/9000

In this trailhead step: https://trailhead.salesforce.com/content/learn/projects/connect-data-cloud-to-copilot-and-prompt-builder/bring-external-data-into-the-contact-page-layout?trail_id=unlock-your-data-with-data-cloud

 

I have successfully completed the "Enable Data Streams" section, adding the "AIPlusData" Data Bundle to my org.  However, in the next section, each time I attempt to "Create New Ruleset" (under Identity Resolutions), the Primary DMO picklist is empty, and the dialog displays the error, "Mappings from Data Streams to the standard Cloud Information Model objects such as Individual and Contact Points are required." 

 

This doesn't make sense, since the data bundle included the CRM Contact object and mappings to the Standard DMO objects, including Individual and each of the Contact Point objects.  I reviewed the Data Stream mappings for the Contact Home DLO, and did note one warning for Contact Point Phone because the Formatted E164 Phone field wasn't mapped.  I mapped it and refreshed the stream, but no change in the error message.

 

This is a new "Data Cloud and Einstein 1 Playground" created directly from this trail, today, with no other activity besides following the steps in this Trail.

82 answers
  1. Nov 4, 2024, 5:56 PM

    for me it looks like the DMOs are still in the processing status which I assume is my issue

     

    for me it looks like the DMOs are still in the processing status which I assume is my issue

0/9000

Hi All,    I have a VF Page which uses custom fonts (font awesome). I wish to update the fonts to Outfit (for headings) and Nunito. I have a static resource, with the css and the fonts files in it. I have tried a few approaches, from here - Selection Embed Code - Google Fonts, but have had no success yet. Any suggestions will be greatly appreciated.  

1 answer
0/9000

Soy estudiante de Administrador de Salesforce, estoy junto a mi grupo de estudio, en estos momentos, aprendiendo a trabajar en la plataforma, usamos Trailhead para crear horas en prácticas y uso de Developer para comenzar a crear un CRM de ensayos y error, es por ello que busco asesoría de la comunidad para que puedan ayudarme en una guía y asesoría de trabajo, comenzar a crear usuarios, cuentas, tareas, flow, automatizaciones, en fin ¿Cómo sacar el mayor provecho al sistema comenzando desde cero?, cuento con ustedes. 

 

#Salesforce Developer  #Trailhead  #Flow  #Salesforce Admin  #Learning

0/9000

We are planning to remove a webpage that uses one of our experience cloud sites. If we try to deactivate the site, will we still be able to display the maintenance page whenever someone goes to that particular URL?

 

Also, while opening the workspaces option of this site, I am getting our organization's custom 503 maintenance page which was not designed in SF and hence, I am unable to open the workspace also. How is the custom page is coming when no change was made in SF? Why workspace is not opening?

 

Please suggest.

2 answers
  1. Today, 11:41 AM

     Create your HTML page, save it as maintenance.html, and keep it zipped.

    1. Log in as SFDX User and go to Setup → quick find “Static Resource”
    2. Click ‘New’ 

       Name: maintenance 

       File: maintenance.zip 

       Cache Control: Public 

       Please note that this file name has to be maintenance, otherwise the temporary site page won’t work

    3. Click the Save button
    4. Navigate to Setup and quick Find “All Sites” and click on Workspaces
    5. Click
    6. Click on the Administration tab
    7. Navigate to Settings and click on the Deactivate button
    8. Click OK button
    9. Navigate to Pages, select the option “use your own static resources,” and select the maintenance.zip from static resource and click save
    10. The system will show confirmation
    11. Try logging in to the community URL incognito window to confirm
0/9000