📚 SAP Business One SDK Help

FormCreationParams Object Members
See Also  Overview 

Public Properties

Public Property BorderStyleThe form's border style.
Public Property FormTypeThe form type.

Length: 20 characters.

To avoid collisions with forms of other add-ons, use your partner namespace as a prefix to the form type.

Public Property Modalityproperty Modality
Public Property ObjectTypeThe name of a user-defined object attached to the form.
Public Property UniqueIDThe unique ID of the form.
Public Property XmlDataThe XML string representation of the form.

Use this property to load a form from an XML string without calling Application.LoadBatchActions. The values in other properties of FormCreationParams override the values in the XML string.

See Also