DOCMODIFIED
Returns a value that indicates whether the attached document has been changed or attached during the current event.
Return Value
Boolean
Notes
A return value of:
- TRUE indicates that the document has been changed or attached.
- FALSE indicates that the document has not been changed or attached.
Syntax
DOCMODIFIED( attachmentName )
OR
DOCMODIFIED( attachmentSeq )
where:
- attachmentName is the name of the attachment you want to know about.
- attachmentSeq is the 1-based sequence number of the attachment you want to know about.