Enum FieldMetadataTypeInfo
Describes the different widgets that the Connector can use in its configuration dialog.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public enum FieldMetadataTypeInfo
Remarks
Note #1: Enum is mirrored in C++ code, update iEnum.h when it changes
Note #2: Enum is mirrored in data model (Enums.cs), which also needs to be updated if this changesFields
Name | Description |
---|---|
Checkbox | Checkbox widget: Boolean value |
Datetime | Datetime |
Double | Single line decimal number field. |
Integer | Single line integer number field. |
Label | Static text - has no input widget associated with it. Can be used for spacing/layout. |
List | Dropdown listbox. The list name must be provided. The list items are provided by another method. The default value should be the list key, not the text of the list item. |
Password | Single line edit field with password characters - input is hidden. |
Text | Single line textbox. |