Skip to main content
グループ

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 - List and AX - Data Table components in a number of places throughout our communities, added directly in Experience Builder. Are there any plans to allow end users to replace or hide the 'no results' image? Or is there any chance the size of the default image can be reduced (it overpowers the rest of the page)? thanks! 

Ability to Replace/Hide the 'No Results' Image in Experience Cloud?

 

 

1 件の回答
  1. 9月18日 19:34

    Hello Sue, 

     

    Yes, I've logged a request to add the no-results settings to the AX - List and AX - Data Table: your own message, and options to hide the image or the text. Those settings already exist on our other components, so it's a matter of bringing them over. I can't give a date yet.

    The image itself can't be swapped for another one, and it already renders at its smallest size, so the request covers hiding it. 

     

    Best,

0/9000

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

 

 

3 件の回答
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 件の回答
  1. 7月8日 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 件の回答
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 件の回答
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 件の回答
  1. 4月30日 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 件の回答
  1. 4月12日 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 件の回答
  1. 3月23日 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 件の回答
  1. 3月17日 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 件の回答
  1. 3月17日 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