Skip to main content
Question

Show list of assets in support portal


Forum|alt.badge.img

Does anybody know if it's possible to show a list of assets in the support portal? Basically I just need a list of assets with certain properties like location, asset_tag and so on which belongs to the company. It would be very nice to also show the relationships.

Ideally this should be displayed on a dedicated page but as I understand from support, it is not possible to add an extra page.

Did this topic help you find an answer to your question?

Forum|alt.badge.img

@peterkuli did you end up finding a solution to your question by chance? I am also looking for something similar. Thanks! 


Forum|alt.badge.img
  • Apprentice
  • March 29, 2025

@That_Doug_Guy no unfortunately not...


Scarletasd
Community Debut
Forum|alt.badge.img
  • Community Debut
  • March 30, 2025

You can try using a custom widget or embedding a report that filters assets by company. If adding a new page isn’t possible, consider using a sidebar module or modifying an existing page to display the list dynamically. Have you checked if the API allows fetching and displaying asset relationships inline?


DanielRuff
Skilled Expert
Forum|alt.badge.img+7
  • Skilled Expert
  • April 1, 2025

There is no option in the system to add a new page directly. One possible solution I can suggest is setting up an automation using an external tool like Power Automate. This automation could fetch the required data, format it in HTML, and update an existing knowledge base article with the new version every night.

We implemented something similar with agent groups, where we automatically updated a table of all agent groups, the assigned agents and description for that agent group. The customer had 160 agent groups, and it was challenging to identify which topics each group was responsible for. This approach helped simplify the process.


mikecolady1
Community Debut
Forum|alt.badge.img+1
peterkuli wrote:

Does anybody know if it's possible to show a list of assets in the support portal? Basically I just need a list of assets with certain properties like location, asset_tag and so on which belongs to the company. It would be very nice to also show the relationships.

Ideally this should be displayed on a dedicated page but as I understand from support, it is not possible to add an extra page.

Yes, it's possible to display asset information in the Freshworks support portal, but with some limitations. While adding a dedicated custom page might not be natively supported, you can use custom widgets or modify the portal theme to show a list of assets filtered by properties like location, asset_tag, and relationships. You’d likely need to work with the Freshservice API to pull in the data dynamically. I recently explored similar customization while managing Engineering Laptops inventory across multiple locations and it’s definitely doable with a bit of dev effort. 


Reply