Attachment using file manager

0
Hi everyone, I have a requirment of uploading files in file manager, after uploading another user needs to view the file eg, employee uploads his file and manager needs to view the file which was uploaded, how to do that in mendix? Thanks in advance.
asked
2 answers
2

Hi Harsha vardhan Koppoju,

                                     Step 1: Generalize your domain model as file document.

                                     Step2:  Generate overview pages for employee and create a overview which contains a list view where manager can view the data.

                                     Step 3: In the manager overview page place the file manager widget and select the general type as download alone.

 

I hope this helps

answered
0

Harsha, responding to your follow-up question. You can use a datagrid or listview. If you have an association from your profile to your files, then over association you can retrieve the files that are linked to your profile.

 

Does this help? If not, provide a little more information about your page setup and about how the manager gets to your profile.

answered