Click or drag to resize

SOQuoteVersion Properties

The SOQuoteVersion type exposes the following members.

Properties
  NameDescription
Public propertyApprovedBy
ApprovedBy: Id of associate who approved (or rejected approval) for this version
(Inherited from IQuoteVersion.)
Public propertyApprovedRegisteredBy
ApprovedRegisteredBy: Id of associate who actually entered the approval; might be different from ApprovedBy (f.x. due to telephone consultation/approval)
(Inherited from IQuoteVersion.)
Public propertyApprovedRegisteredDate
ApprovedRegisteredDate: When was approval granted or rejected
(Inherited from IQuoteVersion.)
Public propertyApprovedText
ApprovedText[1024]: Text with comments on why approval was granted (or rejected)
(Inherited from IQuoteVersion.)
Public propertyArchivedState
ArchivedState: State that this quote version had, right before it was changed to Archived; in this way we can show what happened before the archiving.
(Inherited from IQuoteVersion.)
Public propertyChanged
has record been changed since read?
(Inherited from IQuoteVersion.)
Public propertyCreatedAssociate
The user that created the object
(Inherited from IQuoteVersion.)
Public propertyCreatedDate
The date the object was saved to the database.
(Inherited from IQuoteVersion.)
Public propertyDeliveryCountryId
DeliveryCountryId: Country of delivery address, typically copied from the contact record
(Inherited from IQuoteVersion.)
Public propertyDescription
Description: Description of version
(Inherited from IQuoteVersion.)
Public propertyERPDeliveryTermsKey
ERPDeliveryTermsKey: Key in the ERP system that identifies delivery terms; OR a string that is the actual delivery terms
(Inherited from IQuoteVersion.)
Public propertyERPDeliveryTypeKey
ERPDeliveryTypeKey: Key in the ERP system that identifies delivery type; OR a string that is the actual delivery type
(Inherited from IQuoteVersion.)
Public propertyERPPaymentTermsKey
ERPPaymentTermsKey: Key in the ERP system that identifies payment terms; OR a string that is the actual payment terms
(Inherited from IQuoteVersion.)
Public propertyERPPaymentTypeKey
ERPPaymentTypeKey: Key in the ERP system that identifies payment type; OR a string that is the actual payment type
(Inherited from IQuoteVersion.)
Public propertyERPQuoteVersionKey
ERPQuoteVersionKey: Key in the ERP system that uniquely identifies this Version within the ERP system
(Inherited from IQuoteVersion.)
Public propertyExpirationDate
ExpirationDate: Last date the quote version is valid
(Inherited from IQuoteVersion.)
Public propertyExtraField1
extraField1: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteVersion.)
Public propertyExtraField2
extraField2: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteVersion.)
Public propertyExtraField3
extraField3: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteVersion.)
Public propertyExtraField4
extraField4: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteVersion.)
Public propertyExtraField5
extraField5: Optional information added by Quote Connector; usable in the quote document merge process
(Inherited from IQuoteVersion.)
Public propertyFollowupId
FollowupId: Link to a follow-up activity
(Inherited from IQuoteVersion.)
Public propertyHasOwnDeliveryAddress
HasOwnDeliveryAddress: The delivery address is not the same as the contact's Street address
(Inherited from IQuoteVersion.)
Public propertyHasOwnInvoiceAddress
HasOwnInvoiceAddress: The invoice address is not the same as the contact's Postal address
(Inherited from IQuoteVersion.)
Public propertyIdentity
The primary key on the primary table. Is zero for new objects. Is set when an object is saved.
(Inherited from IQuoteVersion.)
Public propertyInvoiceCountryId
InvoiceCountryId: Country of invoice address, typically copied from contact record
(Inherited from IQuoteVersion.)
Public propertyIsAvailable
is record available in db?
(Inherited from IQuoteVersion.)
Public propertyIsRequiredFilled
Are all the required fields filled out? Can we save the record?
(Inherited from IQuoteVersion.)
Public propertyIsValid
does the record exist?
(Inherited from IQuoteVersion.)
Public propertyLastRecalculated
LastRecalculated: When was this version last subjected to a total recalculation. This field must be set by the CONNECTOR, since the connector may choose to ignore a RecalculateVersion call based on policies and possibly the current value of this field. SuperOf
(Inherited from IQuoteVersion.)
Public propertyLikelyQuoteAlternativeId
LikelyQuoteAlternativeId: The alternative that is considered most likely to be accepted
(Inherited from IQuoteVersion.)
Public propertyNumber
Number[255]: A quote number that the user (or ERP connector) can fill out.
(Inherited from IQuoteVersion.)
Public propertyQuoteId
QuoteId: Owning quote of this quote version
(Inherited from IQuoteVersion.)
Public propertyRank
Rank: Rank/Version number, starts at 1
(Inherited from IQuoteVersion.)
Public propertyReason
Reason: If there was a problem, this field contains a localized explanation of the problem and possible steps to fix it that the user can be shown.
(Inherited from IQuoteVersion.)
Public propertySentDate
SentDate: When was the Version sent to the customer
(Inherited from IQuoteVersion.)
Public propertySentry
Sentry settings for this object. Lets you find out your read/write access to the object.
(Inherited from IQuoteVersion.)
Public propertyState
State: Current state of this quote version; Unknown, NotCalculatedDraft, CalculatedDraft, Published
(Inherited from IQuoteVersion.)
Public propertyStatus
Status: If there was a problem with for instance calculation, this field is set to warning or error.
(Inherited from IQuoteVersion.)
Public propertyUpdatedAssociate
The last user to modify the object
(Inherited from IQuoteVersion.)
Public propertyUpdatedDate
The date of the most recent update.
(Inherited from IQuoteVersion.)
Top
See Also