Expand my Community achievements bar.

Creation of Folder structure at Page via component

Avatar

Level 3

Hi All,

We have a requirement where author needs flexibility of creating any folder hierarchy at Page level and have files under it. Files needs to be linked with DAM Assets.

The requirement is because client does not want to create any folder hierarchy in DAM as assets will be moved as a content migration activity and currently they do not have any hierarchy. Also the number of assets to be shown on UI can have name different from file name present in DAM. The file needs to be linked to DAM asset.

Say in DAM folder structure:

root_folder

                Folder1

                                file1.pdf

                                file2.pdf

                Folder2

                                file3.pdf

                                file4.pdf

 

But on UI, folder structure will be different with proper names:                   

<clientName>

                Finance

                                Payroll

                                                Year

                                                                2016

                                                                                September Payroll ( href to /root_folder/folder1/file1.pdf )               -      

                                                                 

                                                                2015

                                                                                October Payroll -( href to /root_folder/folder1/file2.pdf )

                                                               

                HR

                                Policy

                                                travel (segment 2)

                                                                2016

                                                                                Finance Policy ( href to /root_folder/folder1/file1.pdf ) 

                                                                2015

                                                                                Store Policy - ( href to /root_folder/folder1/file3.pdf )

                                                                2014

                                                                                Hr Payroll ( href to /root_folder/folder1/file4.pdf )

homeoffice       

                                                                Work from home policy( href to /root_folder/folder1/file4.pdf )

 

Kindly suggest a solution to achieve the business objective. 

0 Replies