Class ProductExtraDataFieldInfo
A way to show some simple extra data on a product, typically to hep the user to identify the correct product. Basically a bucket of additional info that the ERP system would like to store and show in the user interface. Information placed here is shown in the GUI if the “provide-extra-data” capability is true.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class ProductExtraDataFieldInfo : Object
Constructors
ProductExtraDataFieldInfo()
A way to show some simple extra data on a product, typically to hep the user to identify the correct product. Basically a bucket of additional info that the ERP system would like to store and show in the user interface. Information placed here is shown in the GUI if the “provide-extra-data” capability is true.
Declaration
public ProductExtraDataFieldInfo()
Properties
Name
Label for the field
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Type
String, image, url,. How the value should be interpreted.
Declaration
public ExtraDataFieldTypeInfo Type { get; set; }
Property Value
Type | Description |
---|---|
ExtraDataFieldTypeInfo |
Value
Value for the field. If type is string, it can contain formatspecifiers (use this for displaying numbers correctly as the users computer is set up).
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
GetXMLRepresentation(ProductExtraDataFieldInfo[])
Creates a XML representation of an array of ProductExtraDataFieldInfo
Declaration
public static string GetXMLRepresentation(ProductExtraDataFieldInfo[] productExtraInfos)
Parameters
Type | Name | Description |
---|---|---|
ProductExtraDataFieldInfo[] | productExtraInfos | Extra information structures |
Returns
Type | Description |
---|---|
String |