📚 SAP Business One SDK Help

MetadataAutoRefresh Property
See Also 

Description

Indicates whether the auto-refresh mechanism in the SAP Business One application is active. The default is true.

Property type

Read-write property

Syntax

Visual Basic
Public Property MetadataAutoRefresh() As Boolean

Remarks

The SAP Business One auto-refresh mechanism checks for changes in metadata, such as adding user-fields and user-tables.

When a change is detected, the application displays a notification form. This form can cause problems to add-ons that rely on many metadata changes.

During the interval between the property is false until it is true, refresh of the metadata is not possible.

See Also