Linking files to a user

0
I want to know how to link files to a logged in user and then show wich files are his.
asked
1 answers
1

Karel,

Create your own entity that is e specialization of System.FileDocument and add a relation to the Administration.Account entity. On commit of the new entity trigger a commit event that sets the relation to the current user. Now you have files with a relation to the user that added the file and this can be retrieved again.

answered