Field events
Field events fire when something is about to happen with a field or when something has happened with a field. These events generally have an active InvoiceField object and Application object. Other objects may also be active.
All events are sent by FireEvent. The grouping described here is simply a way to list the events in a logical way. To find out whether an object is active when an event is fired, do one of these:
- Look up that event and see the list of active objects.
- Look up the object and click the
Events
link. - Refer to COM objects and the events they subscribe to.
In addition to these events, you can fire your own events using the FireEvent method.
When possible, use an
invoice event instead of a
field event. If an operation is performed on more than one field, using an invoice event decreases interaction with the database,
making the operation more efficient and less noticeable to the user.
The following field events are available:
ClassificationFieldInterpreted
ClassificationFieldInterpretedEx
Related topics
Event reference (lists the categories)