📚 SAP Business One SDK Help

LogTableName Property
See Also 

Description

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

Length: 19 characters.

Field name: LogTable.

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 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