cancel
Showing results for 
Search instead for 
Did you mean: 

KM Flex UI

Former Member
0 Kudos

Hi,

I am trying to export results of a KM search to an excel sheet. What we need is a link or a button on the search results page, on clicking which user gets an option to export the search results to an Excel sheet.

I am trying to write a Flex UI Component that can capture the search string and pass it to another application which will generate the excel sheet. This Flex UI component will then be added to my SearchResultsRenderer.

1) Is there any alternative to this approach?

2) What should be the NWDS project structure for a Flex UI component? I want the component to appear under 'System Administration -> System Configuration -> KM -> Content Management -> User Interface -> Mapping -> Components'.

3) What should be the contents of co.xml and cc.xml?

Thanks,

Priya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved it myself