📚 SAP Business One SDK Help

LayoutKeyInfo 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 ColUIDThe unique ID of the column that triggered the event (default is -1).
Public Property EventTypeThe event type.
Public Property FormUIDThe unique ID of the form in which the event occurred.
Public Property ItemUIDThe unique ID of the item on which the event occurred.
Public Property LayoutKeyThe layout key of the add-on form.
Public Property ReportCodeThe report code of the current Layout.
Public Property ReportTemplateThe report type code of the current layout.
Public Property RowThe unique ID of the row that triggered the event (default is -1).

See Also