📚 SAP Business One SDK Help

EventType Property
See Also 

Description

The event type, specifying the action performed on the business object form. The following are the available event types:

  • Add (et_FORM_DATA_ADD)
  • Update (et_FORM_DATA_UPDATE)
  • Delete (et_FORM_DATA_DELETE)
  • Load form data, from browse, link button, or choose from list (et_FORM_DATA_LOAD)

Property type

Read-only property

Syntax

Visual Basic
Public Property EventType() As BoEventTypes

See Also