Skip to main content
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.

Constructors

NSProductExtraDataField()

Initializes a new instance of the NSProductExtraDataField class.

Methods

GetName()

Returns: CRMScript.Global.String - Label for the field. Example:

GetType()

Returns: CRMScript.Global.Integer - String, URL, image. How the value should be interpreted. See <xref href=“CRMScript.NetServer.ExtraDataFieldType” data-throw-if-not-resolved=“false”></xref> Example:

GetValue()

Returns: CRMScript.Global.String - Value for the field. If type is string, it can contain format specifiers (use this for displaying numbers correctly as the user’s computer is set up). Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetType(Integer)

Returns: CRMScript.Global.Void Example:

SetValue(String)

Returns: CRMScript.Global.Void Example: