📚 SAP Business One SDK Help

ObjectKey Property
See Also 

Description

The unique ID in XML format of the business object on which the event occurred.

Property type

Read-only property

Syntax

Visual Basic
Public Property ObjectKey() As String

Remarks

The property returns an empty string in the following cases:

  • Business objects that are not exposed in the DI API.
  • In the before notification of an Add action (et_FORM_DATA_ADD).
  • In the before notification of a Load action (et_FORM_DATA_LOAD) triggered by a Find operation.

Example

See Also