How we an delete attached file from particular record

0
How we an delete attached file from particular record of entity and record should not be deleted only file should delete.
asked
1 answers
0

Hello,

If your object is generalized with System.FileDocument object then refer this : https://forum.mendix.com/link/space/app-development/questions/5623

 

If your object is associated with System.FileDocument object then , retrieve the FileDocument object via the association and delete it.

 

 

Hope it helps!

answered