📚 SAP Business One SDK Help

Business ObjectInfo Object Members
See Also  Overview 

Public Properties

Public Property ActionSuccessIndicates whether the application handled the event successfully.

Only relevant when the BeforeAction property is false.

Public Property BeforeActionIndicates whether the event handler method is being called before the application handles the event or after.
Public Property EventTypeThe 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)
Public Property FormTypeExThe type of the form on which the event occurred.
Public Property FormUIDThe unique ID of the form on which the event occurred.
Public Property ObjectKeyThe unique ID in XML format of the business object on which the event occurred.
Public Property TypeThe type of the business object on which the event occurred.

For example, 2 is the type for business partners.

See Also