📚 SAP Business One SDK Help

CanArchive Property
See Also 

Description

Indicates that the UDO records can be archived.

The OnCanArchive virtual method in the implementation DLL for the UDO can specify conditions to limit which records are archived.

Property type

Read-write property

Syntax

Visual Basic
Public Property CanArchive() As BoYesNoEnum

Remarks

Only relevant for document UDOs.

If this property is set to Yes, then you must supply a business logic implementation (DLL) with the UDO. Refer to the ExtensionName property.

See Also