collaboration

0
in my application i created multiple files in single project and i need to show only files which i created in the current project only. can anyone help with this. thank you
asked
1 answers
0

Hi Ayitharaju,

 

As Patrick already asked, could you elaborate more?

 

i think you need an assocation from files to project ( 1Project -*Files )

when uploading the Files, loop trough the Files and for each of the Files set the assocation to currentObject(Project).

Then you can retrieve the Files by assocation of Project.

 

 

answered