📚 SAP Business One SDK Help

LogTableName Property
See Also 

Description

Sets or returns the history log table name. This table maintains a history log of all actions related to the child user table.

Field name: LogName.

Length: 19 characters.

Property type

Read-write property

Syntax

Visual Basic
Public Property LogTableName() As String

Remarks

If you select the History Log service, then set a history log table name starting with "A" followed by the object's Child User Table name.

Notes:

  • If you unregister a user defined object that is registered to the history log service, the related history log table is deleted from the database.
  • If you unregister the history log service while updating a user defined object, the history log table is not deleted (only unregistered).

See Also