DOCMODIFIED

Returns a value that indicates whether the attached document has been changed or attached during the current event.

Return Value

Boolean

Notes

These are the possible return values:

  • 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.