Hey all,
I think this sort of works but want to know if I can enhance the user experience or if indeed there is a better way:
I need to prevent user2 from removing what user1 added to SP, but also want user2 to upload at least 1 attachment before they can submit the review, I have this on the OnRemoveFile property of the attachment control:
Reset(Self);
Notify("You cannont delete attachments files")
It seems to sort of work, if User2 attempts to remove User1s attachment it displays the above message and does not allow deletion, and if accidently User2 adds an attachment and wants to remove it, he/she can BUT it still presents with the notification and deletes their own attachment.
Can I firstly make user2 add at least 1 attachment (I presume a count formula of some sort will be required on the existing record, any help if this is the best way please)?
Secondly allow user2 to remove any attachments they added (prior to saving), but not see the notification?
Thank You