Click or drag to resize

IQuoteLine Interface

IQuoteLine Interface

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface IQuoteLine : IModelBase

The IQuoteLine type exposes the following members.

Properties
  NameDescription
Public propertyChanged
has record been changed since read?
Public propertyCode
Code: Product code; this information usually comes from the QuoteConnector, but may be overridden
Public propertyCreatedAssociate
The user that created the object
Public propertyCreatedDate
The date the object was saved to the database.
Public propertyDeliveredQuantity
DeliveredQuantity: How many units have been delivered - updated by ERP system
Public propertyDescription
Description: Product description; this information usually comes from the QuoteConnector, but may be overridden
Public propertyDiscountAmount
DiscountAmount: Discount as absolute amount; either this or DiscountPercent is set, never both
Public propertyDiscountPercent
DiscountPercent: Discount in %; either this or DiscountAmount is set, never both
Public propertyEarningAmount
EarningAmount: Earning on this line, as an absolute amount
Public propertyEarningPercent
EarningPercent: Earning on this line, in percent of line total
Public propertyERPDiscountAmount
ERPDiscountAmount: The discount the system calculates based on customer / amount / whatever. Can be overridden by the salesman in the field 'discountPercent' or 'discountAmount'. Only one of the two ERPDiscountPercent and ERPDiscountAmount' will be filled out,
Public propertyERPDiscountPercent
ERPDiscountPercent: The discount the system calculates based on customer / amount / whatever. Can be overridden by the salesman in the field 'discountPercent' or 'discountAmount'. Only one of the two ERPDiscountPercent and ERPDiscountAmount' will be filled out
Public propertyERPProductKey
ERPProductKey: Key that identifies the Product in the ERP system; can be blank for lines that do not come from an ERP system
Public propertyERPQuoteLineKey
ERPQuoteLineKey: Key that identifies this line in the ERP system, if it exists there
Public propertyExtraField1
ExtraField1: Optional information added by Quote Connector; usable in the quote document merge process
Public propertyExtraField2
ExtraField2: Optional information added by Quote Connector; usable in the quote document merge process
Public propertyExtraField3
ExtraField3: Optional information added by Quote Connector; usable in the quote document merge process
Public propertyExtraField4
ExtraField4: Optional information added by Quote Connector; usable in the quote document merge process
Public propertyExtraField5
ExtraField5: Optional information added by Quote Connector; usable in the quote document merge process
Public propertyextrainfo
ExtraInfo
Public propertyIdentity
The primary key on the primary table. Is zero for new objects. Is set when an object is saved.
Public propertyIsAvailable
is record available in db?
Public propertyIsRequiredFilled
Are all the required fields filled out? Can we save the record?
Public propertyIsSubscription
IsSubscription
Public propertyIsValid
does the record exist?
Public propertyItemNumber
ItemNumber: Item number, possibly used to identify the place in a hierarchy (like 1.2.1)
Public propertyName
Name: Product name; this information usually comes from the QuoteConnector, but may be overridden
Public propertyPriceUnit
PriceUnit: What is the unit (meter, ton, bushel, microsecond, gradus, t??ß????, ??? or whatever); read-only for lines that originate in defined products
Public propertyProductCategoryKey
ProductCategoryKey: Either an ID of an item in a QuoteConnection-provided list; or the actual productcategory
Public propertyProductFamilyKey
ProductFamilyKey: Either an ID of an item in a QuoteConnection-provided list; or the actual productfamily
Public propertyProductTypeKey
ProductTypeKey: Either an ID of an item in a QuoteConnection-provided list; or the actual producttype
Public propertyQuantity
Quantity: How many units
Public propertyQuantityUnit
QuantityUnit: What is the unit (meter, ton, bushel, microsecond, gradus, t??ß????, ??? or whatever); read-only for lines that originate in defined products
Public propertyQuoteAlternativeId
QuoteAlternativeId: The Alternative that this line belongs to
Public propertyRank
Rank: Rank order
Public propertyReason
Reason: If QuoteStatus is not OK, then this field should contain the reason or other relevant information to be shown to the user
Public propertyRights
Rights: name=right&... of any fields that have non-standard field access rights
Public propertyRule
Rule: The names of one or more calculation rules that are in effect for this line, comma-separated case-insensitive
Public propertySentry
Sentry settings for this object. Lets you find out your read/write access to the object.
Public propertyStatus
Status: The status tells the system how the connector evaluated the state. Typically shown as an icon. QuoteStatus is an enum with statuses: OK, OKWithInfo, Warning, Error
Public propertySubscriptionQuantity
SubscriptionQuantity
Public propertySubscriptionStart
SubscriptionStart
Public propertySubscriptionUnit
SubscriptionUnit
Public propertySupplier
Supplier: The supplier of this product
Public propertySupplierCode
SupplierCode: The suppliers' code or part number for this product
Public propertyTotalPrice
TotalPrice: Total price, sum of lines - discount
Public propertyUnitCost
UnitCost: Cost price as given by ERP Connector, OR overridden by user
Public propertyUnitListPrice
UnitListPrice: The standard list price; as given by ERP Connector, OR overridden by user
Public propertyUnitMinimumPrice
UnitMinimumPrice: Minimum price to limit discounting, as given by ERP Connector, OR overridden by user
Public propertyUpdatedAssociate
The last user to modify the object
Public propertyUpdatedDate
The date of the most recent update.
Public propertyUrl
Url: Optional url with details/catalog page/...
Public propertyUserValueOverride
UserValueOverride: Has the pre-calculated (from ERP) discount information been overridden, and how
Public propertyVAT
VAT: Tax/VAT if available from ERP system; this field is not used in any business logic in SuperOffice; available to document templates
Public propertyVATInfo
VATInfo: Tax/VAT information, transported from ERP system but not used in any business logic in SuperOffice; available to document templates
Top
Methods
  NameDescription
Public methodCancelChanges
Undo any changes made since the object was loaded.
Public methodChangeIdentity
Loads a different record into the object. Causes changes to the existing object to be saved first.
Public methodDelete
Delete the object from the database. May throw an error if you are not allowed to delete the object.
Public methodSave
Persist the object to the database. May throw an error if you are not allowed to save changes to the object.
Public methodSetDefaults
Populate the object with default values, such as setting the owner to the current user.
Top
See Also