I’m testing component to attach files. I notice that when a record is new file is not attached, but if the record is created and attached if it is done correctly. The tables involved are Projects - Tasks - Activities where the latter is the one that contains the attachment.
There is no record
Attached file
Record created
There isn’t the attachment
In the attachment browser this but there is no relationship
this is true. Attaching files to not-persisted entities will not work as for now. The main use case, that I thought of is adding @WithAttachments on browse screens.