string ERPProductKey
Reference/foreign key to the product in the product supplier system, if it exists there.string ERPPricelistKey
Foreign key to the price list that this product is a part of.bool InAssortement
True for products that should currently be offered, false when the product is discontinued, and should not ordinarily be offered. When false the product no longer appears in search results.decimal InStock
Negative numbers will be interpreted as how many are ordered. Might not be available. Requires the “Provide-Stock-data” capability, and that the ERP system is available.string Name
The name to use in the user interfacestring Description
The description to use, with potentially several lines. Will be used as tool-tip to use in the list user interface too.string Code
The product code/article number in the product supplier system.string QuantityUnit
What is the unit (meter, ton, bushel, microsecond, gradus, τρυβλίον, 五合枡 , دونم or whatever); Connector handles conversion relative to PriceUnit if they are different.string PriceUnit
What is the unit (meter, ton, bushel, microsecond, gradus, τρυβλίον, 五合枡 , دونم or whatever); read-only for lines that originate in defined products.string ItemNumber
Line item number, NOR: «Postnummer». Specific numbers from some hierarchy, for example, “1.4.3.2P”. Typically used to sort the items in the quote by some standard way.string Url
URL to product information web pagestring ERPProductCategoryKey
Either a list ID to an ID from a connector-provided list or, if the connection doesn’t support lists, a text with the actual product category.string ERPProductFamilyKey
Either a list ID to an ID from a connector-provided list or, if the connection doesn’t support lists, a text with the actual product family.string ERPProductTypeKey
Either a list ID to an ID from a connector-provided list or, if the connection doesn’t support lists, a text with the actual product type.string Supplier
Name of the supplier of the productstring SupplierCode
Suppliers part code/number or another key-like fieldstring Thumbnail
The thumbnail of the product, if it exists. Base64 encoded string or a valid URI that resolves to an image. Requires the “Provide-Thumbnail” capability.string VATInfo
A field for putting VATInfo you need to show in the final quote document, like the VAT type that is used. Not used in any business logic in SuperOffice; available to document templates.string VAT
Tax/VAT if available from the ERP system. Could be either the percentage or the actual value. This is just to help out the layout of the quote in a document, but SuperOffice will not try to calculate this value.Decimal UnitCost
The cost price. Might not be given, use Decimal.MinValue to signal this.Decimal UnitMinimumPrice
The minimum price this salesman can offer to his customer. This might be cost price if there is no policy. Might not be given, use Decimal.MinValue to signal this.decimal UnitListPrice
(Basic Price, normal price, standard price.) This is the basic price from which the discount is computed from. The ListPrice will stay the same even when a larger amount is ordered.ProductExtraDataFieldInfo[] ExtraData
Extra data (fields with labels). Shall be shown in the quoteline dialog. 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. Different products can have different fields. It will not be possible to directly put info here into the quote document. BTW, this will be stored in the SuperOffice database as an XML field, like this:string Rights
Field1=right&Field2=right, etc. of any fields that have non-standard field access rights. Rights can be one of:- N = None or Hidden
- R = Read-only (implies Visual)
- W = Writable (and Visual)
- M = Mandatory (and Writable and Visual)
Quoteline table, but some added fields that are conceptually part of the quoteline, like Image will also be possibly to set rights on.
See Rights field for more information
Will be used by SuperOffice to control the user interface when showing the record.