Skip to main content
Gruppe

Avonni Components Community

A community for sharing tips, solutions, and troubleshooting help for all Avonni Components - including Lightning App Builder Components, Experience Cloud Components, and Dynamic Components for custom apps and record pages.

We're using the AX - Button Group component within an Aura community and are having issues configuring the layout of the buttons. I disabled the "Display as Row" setting, but the buttons are still displayed horizontally. Is there an additional step I'm missing? 

How to Stack Buttons Vertically in Button Group Component

 

 

2 Antworten
  1. Gestern 13:53

    Hello Sue, 

     

    Display As Row controls whether the buttons are joined or spaced apart, and both are horizontal. The Button Group has no vertical layout, so that toggle was never going to stack them, and there is nothing to chase in your CSS or your cache. Our Experience Cloud Documentation page said otherwise, which is what sent you looking, and we've corrected it now. 

     

    For a vertical column, drop a separate AX - Button into the region for each of your five links. They stack on their own. Each one takes a Link To for the destination and a Stretch setting so they share the column width, and the Background, Label, and Border styling you are using now is available on each of them, so you can rebuild the same look. The trade-off is that you set it per button instead of once on the group. 

     

    Thanks,

0/9000

Is it possible to Add a URL link (salesforce report) to a Metric? It is great to have the ability to display a Metric number via a query -- It would be great to have the ability to allow a user to click on the metric -- and taken to a salesforce report - -- Love the product!

1 Antwort
  1. 8. Juli, 20:00

    Hello Brad, and thank you for the kind words! 🙌 

     

    Great question. The Metric component doesn't have a built-in link property today, and the value itself isn't clickable, so you can't wire the number directly to a report. 

     

    But you can get that click-through behavior with a small tweak: drop a Button or Button Icon next to the metric, something like "View report," and wire its click to the Navigate interaction. Navigate can take the user to:

    • A web page: paste the report URL and choose whether it opens in the same tab or a new one.
    • The report as a record: set the page type to Record Page, object Report, and pass the report Id to open it natively in Lightning.

    Either way, you get the "click to my report" experience with the KPI and the action in the same card. If your metric is query-driven off a record, Navigate also supports {{Record.FieldName}} tokens so the destination can be dynamic. 

     

    I've submitted a feature request to make the metric value itself clickable. In the meantime, the button approach should get you what you're after. 

     

    Let me know if you hit any snags setting it up!

0/9000

Greetings, 

 

I am experimenting with the Avonni Components in a Sandbox for a client UI improvement project and I'm optimistic that these lightning components can help substantially. The AX - Metric component I'm using is essentially capturing the correct data, but the display is erratic and I'm keen to understand what's going on. My guess is it's something to do with refresh/caching. It shows varying results - and sometimes nothing - depending on record page navigation or a tab refresh, neither of which I can nail to produce the correct and solid result needed. 

 

 Guidance very welcome & image attached. 

 

Thanks, 

Steve 

Advanced Admin

 

 

 

AX - Metric strange behaviour

 

 

 

 

2 Antworten
0/9000

Hello,  

I'm using the Data Table and I have added the columns that I'd like in the Download, they display correctly when it's shown in Salesforce, however when I open the downloaded file, it has added other columns that I haven't included. 

4 Antworten
0/9000

Hello, I'm using the data table component and I have created a header action to export the table. All is working as expected and no errors but when I click on the download button I have created and selected the format etc it just doesn't trigger the download. Nothing happens. Any ideas?

2 Antworten
  1. 30. Apr., 13:59

    Hello Domini,

    Thank you for reaching out. A good first step to resolve this is to ensure you’re running the latest version of the Avonni Package. You can find direct links here: https://docs.avonnicomponents.com/changelog

     

     

    If the issue continues after updating, please reach out to us at support@avonni.app or through our live chat on the documentation site: https://docs.avonnicomponents.com/

     

     

    Thanks,

0/9000

Hi - I am using the Metrics component, with both a primary and secondary value. When I turn on the trend color and icon, I believe it is reverse what is should be. This would be a negative trend in my image, but it shows as positive. I could be missing something.  

Incorrect Trend Direction?

 

 

2 Antworten
  1. 12. Apr., 17:10

    Hi @Kevin Pathiakis

     

    This usually happens because the trend direction is based on how the metric is interpreted, not just the value change

    Check: 

    •  Whether your metric is set to “Higher is better” vs “Lower is better”
    •  The comparison logic (current vs previous)
    •  If your secondary value is being treated as a baseline or delta

    If “lower is better” (e.g., cost, errors), a decrease may show as positive (green)

    Adjust the metric settings accordingly to match your use case. 

     

    If you find this helpful feel free to mark it as Best Answer !!!! 😊 

    Thanks and Regards. 

0/9000

Hi all,  

 

We are trying to add details from a related record to an experience cloud layout. We have a Case with a related Application which we would like to display on the page. I've tried using {!recordId.application__r.Id} and {!record.application__r.id} but neither work. Any suggestions on how to accomplish this? 

3 Antworten
  1. 23. März, 17:47

    Thanks for the detailed info, I also saw that the related list cmp by Avonni, but not sure whether they are going to work on EC or not. 

0/9000

Hello Avonni Components Community Group, 

We are implementing a Contact Record Detail Component with Custom Layout on Experience Cloud. Somehow, the updates made to the Full Name field or to the Mailing Address field (any of the Compound fields) is not retained when I save the record. If I use Full Layout which is using Salesforce Native Record Detail Component, the changes are saved. We had to either split the compound field and display individual fields or we had to not display Picklist fields. Can someone suggest how we can fix this and have just the compound field displayed and allows edit and Save. Thanks a lot.   

1 Antwort
  1. 17. März, 14:35

    Hi Janardhana

     

    Thanks for sharing this

    What you’re describing does sound like unexpected behaviour, and potentially a bug.

     

    I just wanted to check if you’re still experiencing this issue. If so, could you reach out to us at

    support@avonni.app

    so we can take a closer look and troubleshoot with you directly? 

     

    If you’re able to include details like your component configuration, and screenshots, that would help us investigate. 

     

    Thank you, 

     Sarah

0/9000

Hello ,  

I am building a Data Table and I want the Data Table to have a blank background if I have an empty Resultset. I want to show my component with empty Resultset but not with the default Salesforce Lightning Illustration. It seems I can configure the Header section in Appearance menu ( to change the color) but I am not finding the option for background of my complete Data Table ( and not show the No results text as in this image) . Can you please suggest how I can achieve this. Thanks.  

 

Default Background for my Data Table component when I do not have any data

1 Antwort
  1. 17. März, 14:31

    Hi Janardhana

    Apologies for the delayed reply here, we somehow missed this message. 

     

    At the moment, this isn’t something that can be customized. The empty state illustration follows a standard Salesforce pattern, which our components currently adheres to. 

     

    That said, we understand the need for more control over the appearance. 

     

    Please reach out to us at support@avonni.app

    so we can log it as a feature request and consider adding it to our roadmap. 

     

    Thank you, 

     Sarah

0/9000

Hi, I'm running two SF orgs with Avonni Flow Components 6.18 

 

On the one, Avonni Flow components are working greate on our public-facing Experience Cloud site. On the other, the component fails to load without any error message. It's just not there. 

 

I'm thinking permissions issue, but I have checked the setup of the two orgs and it appears identical, and I have followed every step twice from the guidance. 

 

Any ideas for how to trouble shoot / identify the issue?

1 Antwort
  1. 5. März, 13:47

    Hi @Anders Litzell here's some questions to try and diagnose:

    1. Within Site Builder, you've verified the Flow component is on the desired page?
    2. Is the site published and active?
    3. Have you granted flow access to the site Guest User Profile?
0/9000