Click or drag to resize

SalesOrder Properties

The SalesOrder type exposes the following members.

Properties
  NameDescription
Public propertyAccessKey
The access key, containing the user permissions for this document. null means that all users have unlimited permissions
(Inherited from Document.)
Public propertyAdjustedDocument
The primary document, which the current document adjusts. null when this is not an adjustment document
(Inherited from Document.)
Public propertyAdjustmentNumber
Consecutive number of the correction that this document is applying to the adjusted document. [Required]
(Inherited from Document.)
Public propertyAdjustmentTime
Date/time when the document last has been adjusted by corrective document
(Inherited from Document.)
Public propertyAdjustmentUser
The user who adjusted the document
(Inherited from Document.)
Public propertyAssignedToUser
The user to which this document is assigned for handling. null means that the document is not assigned to specific user
(Inherited from Document.)
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyComments
List of DocumentComment child objects, based on the DocumentComment.Document back reference
(Inherited from Document.)
Public propertyCompleteTime
Exact time, when the document was last completed[Filter(ge;le)]
(Inherited from Document.)
Public propertyCreationTime
Date/Time when the document was created [Required][Filter(ge;le)]
(Inherited from Document.)
Public propertyCreationUser
The login name of the user, who created the document [Required][Filter(like)]
(Inherited from Document.)
Public propertyCreditLimitOverride
Allows the sales order to be released even in the case of violations of credit limit or presence of overdue receivables. [Required] [Default(false)] [Filter(eq)]
Public propertyCurrencyDirectory
The currency directory, containing all the convertion rates, used by the document. null means that the document does not need currency convertions
(Inherited from Document.)
Public propertyCustomer
The primary customer, which placed the sales order. [Required] [Filter(multi eq)]
Public propertyCustomerPurchaseOrderDate
Issue date of the referent customer purchase order. [Filter(ge;le)]
Public propertyCustomerPurchaseOrderNo
Reference number of the customer's purchase order. [Filter(eq;like)]
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyDeal
The opportunity (deal) on which this order is based. [Filter(multi eq)]
Public propertyDealer
The external dealer, associated with the sales order. [Filter(multi eq)]
Public propertyDealType
Deal type to be passed to the invoice. If deal type in entered then the invoice creates VAT entry for this deal type. [Filter(multi eq)]
Public propertyDeliveryTermsCode
Mode of delivery, like CIF, FOB, etc. Used also in Intrastat reporting.
Public propertyDistributedAmounts
List of DocumentDistributedAmount child objects, based on the DocumentDistributedAmount.Document back reference
(Inherited from Document.)
Public propertyDistributedAmountsFromOtherDocuments
Gets the distributed amounts where this document is referenced.
(Inherited from LogisticsDocument.)
Public propertyDistributionChannel
The distribution channel, that is used to deliver the products. [Filter(multi eq)]
Public propertyDocumentAmounts
List of DocumentAmount child objects, based on the DocumentAmount.Document back reference
(Inherited from LogisticsDocument.)
Public propertyDocumentCurrency
The currency of the document; e.g. the currency of the amounts in the document. [Required] [Filter(multi eq)]
(Overrides LogisticsDocumentDocumentCurrency.)
Public propertyDocumentDate
The date on which the document was issued [Required][Filter(eq;ge;le)][ORD]
(Inherited from Document.)
Public propertyDocumentId
Gets the Id of the document row, related to the domain object
(Inherited from Document.)
Public propertyDocumentNo
Document number, unique within Document_Type_Id [Required][Filter(eq;like)][ORD]
(Inherited from Document.)
Public propertyDocumentNotes
Notes for this Document
(Inherited from Document.)
Public propertyDocumentText
Gets the document display text ({DocumentTypeName} {DocumentNo}).
(Inherited from Document.)
Public propertyDocumentType
The user defined type of the document. Determines document behaviour, properties, additional amounts, validation, generations, etc. [Required]
(Inherited from Document.)
Public propertyDocumentVersion
[Filter(eq;ge;le)]
(Inherited from Document.)
Public propertyEndCustomerParty
The end customer is the customer of the dealer. It is stored for information purposes only. The end customer may not have customer definition; any party can be used. [Filter(multi eq)]
Public propertyEnterpriseCompany
The enterprise company which issued the document [Required]
(Inherited from Document.)
Public propertyEnterpriseCompanyLocation
The enterprise company location which issued the document. null means that there is only one location within the enterprise company and locations are not used
(Inherited from Document.)
Public propertyEntityName
The entity name of the document equal to the entity name of the document type.[Filter(eq)] [ORD]
(Inherited from Document.)
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyFileAttachments
List of DocumentFileAttachment child objects, based on the DocumentFileAttachment.Document back reference
(Inherited from Document.)
Public propertyFiscalPrinterPosDevice
For POS sales, specifies the fiscal printer. null when the sales is not a POS sale. [Filter(multi eq)]
Public propertyFiscalSalesNumber
Unique number of the sale, assigned for fiscal reporting purposes. The format is according to the applicable legislation. null means that there is no requirement for fiscal sales number for this document or it is unknown. [Filter(multi eq;like)] [ReadOnly]
Public propertyFromCompanyDivision
The division of the company, issuing the document. null when the document is not issued by any specific division
(Inherited from Document.)
Public propertyFromDate
When selling a service valid only for a period, denotes the beginning of the period. null means that it is unknown or N/A.
Public propertyFromParty
The party which issued the document [Required]
(Inherited from Document.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIntrastatTransactionNatureCode
Transaction nature; used for Intrastat reporting.
Public propertyIntrastatTransportCountry
Country of origin of the transport company; used for Intrastat reporting. [Filter(multi eq)]
Public propertyIntrastatTransportModeCode
Transport mode; used for Intrastat reporting.
Public propertyIsAdjustingDocument
Gets a value indicating whether this instance is adjusting document.
(Inherited from Document.)
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides DocumentIsLoaded.)
Public propertyIsReleased
True if the document is not void and its state is released or greater. [Required] [Default(false)] [Filter(eq)] [ReadOnly]
Public propertyIsSingleExecution
Specifies whether the document is a single execution of its order document. [Required] [Default(false)] [Filter(eq)] [ReadOnly]
Public propertyIsValidField
True when the order is valid (e.g. released and not void). Used for internal processing. [Required] [Default(false)] [ReadOnly]
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLineAmounts
List of DocumentLineAmount child objects, based on the DocumentLineAmount.Document back reference
(Inherited from Document.)
Public propertyLines
List of SalesOrderLine child objects, based on the Crm.Sales.SalesOrderLine.SalesOrder back reference
Public propertyLogisticsLines
Gets the logistics lines of the document.
(Overrides LogisticsDocumentLogisticsLines.)
Public propertyLogisticsLinesCollections
Gets the logistics lines collections. Some documents have more than one child collection with logistics lines.
(Inherited from LogisticsDocument.)
Public propertyMasterDocument
In a multi-document tree, this is the root document, that created the whole tree. If this is the root it is equal to Id [Required]
(Inherited from Document.)
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyNotes
Notes for this SalesOrder.
Public propertyObjectState
Gets the state of the domain object.
(Overrides DocumentObjectState.)
Public propertyParent
In a multi-document tree, this is the direct parent document. If this is the root it is null
(Inherited from Document.)
Public propertyParentDocumentRelationshipType
Type of relationship between the current document and the parent document(s). Affects the constraints for execution/completion for the documents. Possible values: 'S' = 'Subtask', 'N' = 'Next task'.
(Inherited from Document.)
Public propertyPaymentAccount
When not null, the payment account, where the payment is expected. null=no expectation for account. [Filter(multi eq)]
Public propertyPaymentDueDate
The last term for the payment of the sales order. [Filter(ge;le)]
Public propertyPaymentDueStartDate
The date when the payment becomes due for documents with one installment. null when the document is with multiple installments.
Public propertyPaymentPlans
List of SalesOrderPaymentPlan child objects, based on the Crm.Sales.SalesOrderPaymentPlan.SalesOrder back reference
Public propertyPaymentType
When not null specifies the payment type for the sales order. [Filter(multi eq)]
Public propertyPlanningOnly
Indicates that the document is used only for planning (and as consequence its state cannot be greater than Planned) [Required]
(Inherited from Document.)
Public propertyPosLocation
For POS sales, specifies the POS location, in which the sale is performed. null when the sales is not a POS sale. [Filter(multi eq)]
Public propertyPosOperator
For POS sales, specifies the POS operator, who created the sale. null when the sale is not a POS sale. [Filter(multi eq)]
Public propertyPosTerminal
For POS sales, specifies the POS terminal, on which the sale is entered. null when the sales is not a POS sale. [Filter(multi eq)]
Public propertyPriceList
The price list to be used for determining product prices in the lines. [Filter(multi eq)]
Public propertyPrimeCauseDocument
The document that is the prime cause for creation of the current document
(Inherited from Document.)
Public propertyPrints
List of DocumentPrint child objects, based on the DocumentPrint.Document back reference
(Inherited from Document.)
Public propertyPromotionalPackages
List of SalesOrderPromotionalPackage child objects, based on the Crm.Sales.SalesOrderPromotionalPackage.SalesOrder back reference
Public propertyReadOnly
True - the document is read only; false - the document is not read only [Required]
(Inherited from Document.)
Public propertyReferenceDate
The date to which this document refers, i.e. when the action really occurred. If null, Document_Date is taken [Filter(ge;le)]
(Inherited from Document.)
Public propertyReferenceDocumentNo
The number of the document (issued by the other party), which was the reason for the creation of the current document. The numebr should be unique within the party documents [Filter(eq;like)]
(Inherited from Document.)
Public propertyReleaseTime
Exact time, when the document was first released [Filter(ge;le)]
(Inherited from Document.)
Public propertyRepository
Provides access to SalesOrdersRepository repository methods
Public propertyRequiredDeliveryDate
The required delivery date for all lines in the sales order. Initially calculated, based on either the Ship To Customer or Customer delivery term. [Filter(ge;le)]
Public propertyResponsiblePerson
The person that is responsible for this order or transaction. It could be the sales person, the orderer, etc.
(Inherited from Document.)
Public propertyReturnForInvoice
When specified indicates that some of the goods sold in the sales orders invoiced with Return_For_Invoice_Id are returned with the current document. [Filter(multi eq)]
Public propertyReturnForSalesOrder
When specified indicates that some of the goods sold in Return_For_Sales_Order_Id are returned with the current document. [Filter(multi eq;like)]
Public propertyReverseOfDocument
The document which the current document is reverse of
(Inherited from Document.)
Public propertySalesPerson
Internal company sales person. [Filter(multi eq)]
Public propertySequence
The sequence that will be used to give new numbers to the documents of this type
(Inherited from Document.)
Public propertyShipToCustomer
The customer to whom to ship the sales order. Usually it is a customer entry for a sub-party of the primary customer. [Filter(multi eq)]
Public propertyShipToPartyContactMechanism
The contact mechanism (address) to whih to ship the sales order. [Filter(multi eq)]
Public propertyState
0=New;5=Corrective;10=Computer Planned;20=Human Planned;30=Released;40=Completed;50=Closed [Required][Filter(eq;ge;le)]
(Inherited from Document.)
Public propertyStateChanges
List of DocumentStateChange child objects, based on the DocumentStateChange.Document back reference
(Inherited from Document.)
Public propertyStore
The store from which to issue the sales order. null means that there is no store associated with the sales order or there are different stores for some of the lines. [Filter(multi eq)]
(Overrides LogisticsDocumentStore.)
Public propertySupportsDocumentAmounts
Gets a value indicating whether the document supports document amounts.
(Overrides LogisticsDocumentSupportsDocumentAmounts.)
Public propertySupportsDocumentCurrency (Overrides LogisticsDocumentSupportsDocumentCurrency.)
Public propertySupportsStore (Overrides LogisticsDocumentSupportsStore.)
Public propertyToCompanyDivision
The division of the company, receiving the document. null when the document is not received by any specific division
(Inherited from Document.)
Public propertyToDate
When selling a service valid only for a period, denotes the end of the period. null means that it is unknown or N/A.
Public propertyToParty
The party which should receive the document
(Inherited from Document.)
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyUserStatus
The user status of this document if applicable for this document type. null means unknown or not yet set
(Inherited from Document.)
Public propertyVersions
List of DocumentVersion child objects, based on the DocumentVersion.Document back reference
(Inherited from Document.)
Public propertyVoid
True if the document is null and void [Required][Filter(eq)]
(Inherited from Document.)
Public propertyVoidReason
Reason for voiding the document, entered by the user
(Inherited from Document.)
Public propertyVoidTime
Date/time when the document has become void
(Inherited from Document.)
Public propertyVoidUser
The user who voided the document
(Inherited from Document.)
Top
See Also