📚 SAP Business One SDK Help

UniqueID Property
See Also 

Description

The unique ID of the form.

Property type

Read-write property

Syntax

Visual Basic
Public Property UniqueID() As String

Remarks

Limited to 32 characters.

In the SAP Business One application, each form must have an ID that is unique per application instance. The SAP Business One forms use an incremental number with an "F_" prefix as ID.

To avoid collisions with forms of other add-ons, use your partner namespace as a prefix for your form IDs. for more information, see Reserving a Partner Namespace.

See Also