We can hide attachments using $V2AttachmentOptions field with Computed for Display type
What I usually do is set its value using the next formula:
@If(@IsDocBeingEdited; "1"; "0")
It will help to hide/show attachments in form.
p.s. dont forget about Computed for display
No comments :
Post a Comment