Skip to main content

#Related Record Lightning Component0 debatiendo

I have a custom object that I built and I am trying to set up the lightning record page. When I go to add Chatter to the page, it is not one of the available options.  Is there a setting or something that I am missing?  I have the object set to allow in Chatter Groups.

 

#Related Record Lightning Component  #Lightning App Builder

3 respuestas
0/9000

Hi all,

I got an issue that is related to Reports.

We did a report and we added a Related on Account page via lightning App Builder.

The main problem is that the Report that we see is different (it doesn't group by Columns but only by Rows).

In the related of the Account I only See the first two rows, but not the columns.

While on the Report I see the grouping correctly.

 

It seems however that in the related of the Account object, I can only see the first two rows of a report, but not the grouping of the columns.

 

Do you have a solution or is it simply a limit of SF?

Thanks

 

@Doriana Tedone

 

#Salesforce Admin #Reports & Dashboards #Lightning App Builder #Salesforce #Related Record Lightning Component @Mauro Lunghi

0/9000

So I have this component called reusableRelatedList that I'm trying to create, which is supposed to resemble the standard Related List component. The code for the custom component is indicated through this link: https://www.infallibletechie.com/2020/04/reusable-related-list-using-lwc-in.html

 

As indicated by the attached file, the component (shown in the middle) is showing nothing. I even tried to add a JO Candidate with the specified condition. The Related Lists is supposed to show the related JO Candidates on the Candidate Record page and the condition is that the Test Value field in JO Candidate should equal 1.

 

#Related Record Lightning Component

3 respuestas
  1. 9 abr 2024, 00:52

    You'll want to focus on categories related to Apex, Lightning Framework, and Database operations. Here are the categories you should consider enabling:

     

    1. Apex Code:
      • This category logs information related to the execution of Apex code, including methods called from Lightning Web Components, triggers, and other Apex classes involved in the functionality.
    2. Apex Profiling:
      • Enabling this category will provide additional details about the performance of Apex code, including execution time for methods and SOQL queries.
    3. System:
      • This category logs general system-level information, including governor limits, platform events, and other system-level operations that might be relevant to your Lightning Web Component.
    4. Database:
      • Enable this category to log information about database operations such as SOQL queries, DML statements (insert, update, delete), and any errors that occur during database transactions. This is particularly useful for debugging issues related to data retrieval or manipulation within your Lightning Web Component.
    5. Lightning Framework:
      • This category logs information related to the Lightning Component Framework, including client-side rendering, event handling, and interactions between your Lightning Web Component and other components on the page.
    6. Validation:
      • Enable this category if you want to log information related to validation rules, flows, and other validation processes that might impact the behavior of your Lightning Web Component.
0/9000

📚 Let's learn how to create a related record component from scratch using the Lightning App Builder. Also, let's edit the layout of the component, and choose which fields display on the layout.

 

Come join me ⬇️

How to Change the Layout of a Related Record Component in Lightning App Builder

1 comentario
0/9000

Related record component on mobile app

I have a related record component on a lightning record page that uses a quick action that updates a related record. It's working fine on the desktop, but on the mobile app I can see the fields but I cannot update the fields. There are no edit or save buttons, and only have the view, remove and cancel options in the drop down menu next to the component label.

Has anyone any ideas?

4 comentarios
0/9000

Does anyone have experience with the Related Record Lightning Component on a Lightning record page?  I've been testing it and it works great for users with edit/create access to the related record in their profiles.  However, if the user viewing the record has read-only access to the related record, a much smaller set of fields shows up in the Related Record Lightning Component and I'm not sure where they come from.  Does anyone know?  Do you know if those fields can be changed to show more to the read-only viewer in this component?  THANK YOU!!

5 comentarios
  1. 13 abr 2018, 13:49
    @Jennifer Weaver, depending on how many fields need to display, you might try to edit/create a new compact layout that shows the fields needed. I believe you can have multiple compact layouts, but I'm not sure of the logic that would determine which compact layout is used in the Related Record component. Perhaps @Michael Orr could speak to that, or at least confirm if this is a viable workaround?
0/9000