Class WorkOrderAttachmentInsertEvent


public class WorkOrderAttachmentInsertEvent extends InsertEvent<WorkOrderAttachmentInsertInput>
Event to insert an attachment for a work order.
The launcher must provide a valid WorkOrderAttachmentInsertInput in order to successfully call this event.
The listener creates an attachment associated with the work order and returns the ID of the created attachment.
Since:
20.0
GCApi:
event
Reactors:
BTWorkOrderAttachmentInsert(0)
No Spouts