Click or drag to resize

SOQuoteAlternative Properties

The SOQuoteAlternative type exposes the following members.

Properties
  NameDescription
Public propertyChanged
has record been changed since read?
(Inherited from IQuoteAlternative.)
Public propertyCreatedAssociate
The user that created the object
(Inherited from IQuoteAlternative.)
Public propertyCreatedDate
The date the object was saved to the database.
(Inherited from IQuoteAlternative.)
Public propertyDescription
Description: Tooltip/description
(Inherited from IQuoteAlternative.)
Public propertyDiscountAmount
DiscountAmount: Discount as absolute amount; either this or DiscountPercent is set, never both
(Inherited from IQuoteAlternative.)
Public propertyDiscountPercent
DiscountPercent: Discount in %; either this or DiscountAmount is set, never both
(Inherited from IQuoteAlternative.)
Public propertyEarningAmount
EarningAmount: Earning on this alternative, as an absolute amount
(Inherited from IQuoteAlternative.)
Public propertyEarningPercent
EarningPercent: Earning on this alternative, in percent of total
(Inherited from IQuoteAlternative.)
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,
(Inherited from IQuoteAlternative.)
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
(Inherited from IQuoteAlternative.)
Public propertyERPQuoteAlternativeKey
ERPQuoteAlternativeKey: Key that identifies this alternative in the ERP system, if it exists there
(Inherited from IQuoteAlternative.)
Public propertyExtraField1
ExtraField1: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteAlternative.)
Public propertyExtraField2
ExtraField2: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteAlternative.)
Public propertyExtraField3
ExtraField3: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteAlternative.)
Public propertyExtraField4
ExtraField4: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteAlternative.)
Public propertyExtraField5
ExtraField5: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteAlternative.)
Public propertyIdentity
The primary key on the primary table. Is zero for new objects. Is set when an object is saved.
(Inherited from IQuoteAlternative.)
Public propertyIsAvailable
is record available in db?
(Inherited from IQuoteAlternative.)
Public propertyIsRequiredFilled
Are all the required fields filled out? Can we save the record?
(Inherited from IQuoteAlternative.)
Public propertyIsValid
does the record exist?
(Inherited from IQuoteAlternative.)
Public propertyName
Name: Name on tab, intentionally kept short
(Inherited from IQuoteAlternative.)
Public propertyQuoteVersionId
QuoteVersionId: The version that owns this alternative
(Inherited from IQuoteAlternative.)
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
(Inherited from IQuoteAlternative.)
Public propertySentry
Sentry settings for this object. Lets you find out your read/write access to the object.
(Inherited from IQuoteAlternative.)
Public propertyStatus
QuoteStatus: 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
(Inherited from IQuoteAlternative.)
Public propertyTotalPrice
TotalPrice: Total price, sum of lines - discount
(Inherited from IQuoteAlternative.)
Public propertyUpdatedAssociate
The last user to modify the object
(Inherited from IQuoteAlternative.)
Public propertyUpdatedDate
The date of the most recent update.
(Inherited from IQuoteAlternative.)
Public propertyUserValueOverride
UserValueOverride: Has the pre-calculated (from ERP) discount information been overridden, and how
(Inherited from IQuoteAlternative.)
Public propertyVAT
VAT: Tax/VAT if available from ERP system; not used in any business logic in SuperOffice; available to document templates
(Inherited from IQuoteAlternative.)
Public propertyVATInfo
VATInfo: Tax/VAT information, transported from ERP system but not used in any business logic in SuperOffice; available to document templates
(Inherited from IQuoteAlternative.)
Top
See Also