Document Action
Specify the specific type of action to be taken by the event handler.
Options include:
- ATTACH - Attaches
a new document (file) to the record being acted on. You must specify
the particulars about the file to be attached, at a minimum, the Document
Name and the Document
Type.
- LINK - Attaches a
document that has already been imported into the system. You must
specify the particulars about the file to be attached, at a minimum
the Document
Name.
- UPDATE - Modifies
the contents of a document that has already been attached.
- DETACH - Detaches
a document that is currently attached.
Used With
Any Attach event action
Syntax
The contents of this field must use this syntax:
actionType
where actionType
is one of these values:
- ATTACH
- LINK
- UPDATE
- DETACH
When you click OK
to return to the Event Actions
form, the system "wraps" this content within a DOCACTION( )
parameter, which yields the final syntax:
DOCACTION(actionType)
Related Topics
Working with
Document (File) Attachments
Using
the Application Event System for Document (File) Attachments
Event Action Attach