Click or drag to resize

SOQuote Interface

IQuote Interface

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

The SOQuote type exposes the following members.

Properties
  NameDescription
Public propertyAcceptedQuoteAlternativeId
AcceptedQuoteAlternativeId: The primary key of the Quote Alternative that was actually accepted
(Inherited from IQuote.)
Public propertyActiveQuoteVersionId
ActiveQuoteVersionId: The primary key of the Quote Version that is currently active
(Inherited from IQuote.)
Public propertyChanged
has record been changed since read?
(Inherited from IQuote.)
Public propertyCreatedAssociate
The user that created the object
(Inherited from IQuote.)
Public propertyCreatedDate
The date the object was saved to the database.
(Inherited from IQuote.)
Public propertyDocumentId
DocumentId: The ID of the main Quote Document
(Inherited from IQuote.)
Public propertyERPOrderKey
ERPOrderKey: The key in the ERP system that identifies this sale's Order, as transferred and possibly later edited in the ERP system
(Inherited from IQuote.)
Public propertyERPQuoteKey
ERPQuoteKey: The key in the ERP system that identifies this sale's Quote (as opposed to the later Order information)
(Inherited from IQuote.)
Public propertyIdentity
The primary key on the primary table. Is zero for new objects. Is set when an object is saved.
(Inherited from IQuote.)
Public propertyIsAvailable
is record available in db?
(Inherited from IQuote.)
Public propertyIsRequiredFilled
Are all the required fields filled out? Can we save the record?
(Inherited from IQuote.)
Public propertyIsValid
does the record exist?
(Inherited from IQuote.)
Public propertyOrderComment
OrderComment: Arbitrary text, propagated to ERP, invoice, shipping label, handling agents etc
(Inherited from IQuote.)
Public propertyPoNumber
PoNumber: Purchase order number from customer, useful to propagate to ERP, invoice, etc
(Inherited from IQuote.)
Public propertyPreferredEmailCulture
PreferredEmailCulture: When emails are sent (offer or confirmation), a language can be chosen in the GUI; this field saves the most recent choice and can be used to default the next such choice. Default is user's current language
(Inherited from IQuote.)
Public propertyQuoteConnectionId
Quote connection id. Link to quote connection binding for this Sale, if any
(Inherited from IQuote.)
Public propertysaleId
Sale id of Sale that owns this Quote
(Inherited from IQuote.)
Public propertySentry
Sentry settings for this object. Lets you find out your read/write access to the object.
(Inherited from IQuote.)
Public propertyUpdatedAssociate
The last user to modify the object
(Inherited from IQuote.)
Public propertyUpdatedDate
The date of the most recent update.
(Inherited from IQuote.)
Public propertyUseValuesFromQuote
UseValuesFromQuote: If true, then the Earning, Earning_Percent and Amount fields are populated from the QuoteVersion.QuoteAlternative (current version, most-likely alternative)
(Inherited from IQuote.)
Top
Methods
  NameDescription
Public methodCancelChanges
Undo any changes made since the object was loaded.
(Inherited from IQuote.)
Public methodChangeIdentity
Loads a different record into the object. Causes changes to the existing object to be saved first.
(Inherited from IQuote.)
Public methodDelete
Delete the object from the database. May throw an error if you are not allowed to delete the object.
(Inherited from IQuote.)
Public methodSave
Persist the object to the database. May throw an error if you are not allowed to save changes to the object.
(Inherited from IQuote.)
Public methodSetDefaults
Populate the object with default values, such as setting the owner to the current user.
(Inherited from IQuote.)
Top
See Also