Click or drag to resize

ESDRecordCustomerAccountEnquiryOrderSale Properties

The ESDRecordCustomerAccountEnquiryOrderSale type exposes the following members.

Properties
  NameDescription
Public propertybalance
Total monetary amount still to be paid for the sales order
Public propertybillingAddress1
First address field of the billing address set for the sales order.
Public propertybillingAddress2
Second address field of the billing address set for the sales order.
Public propertybillingAddress3
Third address field of the billing address set for the sales order.
Public propertybillingContact
Name of the contact person at the address associated with the billing of the order.
Public propertybillingCountry
Name of the country that the sales order is being billed to.
Public propertybillingCountryCodeISO2
Code of the country at the billing address as a 2 digit code set by ISO standards.
Public propertybillingCountryCodeISO3
Code of the country at the billing address as a 3 digit code set by ISO standards.
Public propertybillingOrgName
Name of the organisation that the orders goods are being billed to
Public propertybillingPostcode
Post code at the billing address
Public propertybillingStateProvince
Name of the region/state/province that the sales order is being billed to.
Public propertycomment
Text that contains additional comments that have been made for the sales order
Public propertycreationDate
Date that the sales order record was created. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Public propertycurrencyCode
ISO currency code that denotes the currency that all monetary amounts stored in the sales order with
Public propertycustomerAccountCode
Code of the customer account assigned to the sales order.
Public propertycustomerReference
Text, number or code that the customer uses to identify the sales order record. This could be the customer's purchase order order, supplier invoice code, or an other identifier.
Public propertydeliveredDate
Date that the ordered goods/services were delivered. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Public propertydeliveryAddress1
First address field that the sales order is being delivered to.
Public propertydeliveryAddress2
Second address field that the sales order is being delivered to.
Public propertydeliveryAddress3
Third address field that the sales order is being delivered to.
Public propertydeliveryContact
Name of the contact person at the address that the ordered goods are being delivered to
Public propertydeliveryCountry
Name of the country that the sales order is being delivered to.
Public propertydeliveryCountryCodeISO2
Code of the country at the address that the ordered goods are being delivered to as a 2 digit code set by ISO standards.
Public propertydeliveryCountryCodeISO3
Code of the country at the address that the ordered goods are being delivered to as a 3 digit code set by ISO standards.
Public propertydeliveryOrgName
Name of the organisation that the ordered goods are being delivered to
Public propertydeliveryPostcode
Post code of the address that the ordered goods are being delivered to
Public propertydeliveryStateProvince
Name of the state/province/region that the sales order is being delivered to.
Public propertydescription
Text that describes any information associated with the sales order
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertydueDate
Date that the sales order is due. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Public propertyexpectedDeliveryDate
Date that the ordered goods/services are expected to be delivered. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Public propertyfreightCarrierAccountCode
Code of the account in the freight carrier's system
Public propertyfreightCarrierCode
Code of the freight carrier who delivered the ordered goods
Public propertyfreightCarrierConsignCode
Consignment code issued by the freight carrier to delivery the ordered goods
Public propertyfreightCarrierName
Name of the freight carrier who delivered the orders goods
Public propertyfreightCarrierServiceCode
Code of the service provided by the freight carrier to deliver the ordered goods
Public propertyfreightCarrierTrackingCode
Code to track the freight carrier who delivered the ordered goods
Public propertyfreightSystemRefCode
Reference code to the system used to process the freight
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyCustomerAccountID
Key of the customer account record assigned to the sales order.
Public propertykeyLocationID
Key of the location record associated to the sales order.
Public propertykeyOrderSaleID
Key that allows the customer account sales order record to be uniquely identified and linked to.
Public propertylanguage
Language that all text is described in. Set it to one of the LANG constants in the ESDocumentConstants class
Public propertylines
List of lines in the sales order
Public propertylocationCode
Code of the location associated to the sales order.
Public propertylocationLabel
Label of the location associated to the sales order.
Public propertylocationType
The type of location associated to the sales order. Set it to one of the LOCATION_TYPE constants in the ESDocumentConstants class
Public propertyorderDate
Date set to the sales order. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Public propertyorderID
ID that allows the sales order to be identified with. May or may not be unique.
Public propertyorderNumber
Number that is associated to the sales order. This number can be used for referencing purposes.
Public propertyreferenceKeyID
Key of an entity that is linked to the sales order as a reference. A Reference could be an ID of a record such as a sales order or invoice
Public propertyreferenceNumber
Number that provides a reference to the sales order.
Public propertyreferenceType
Type of entity that is linked to the sales order as a reference. A Reference could be a record such as a sales order or invoice
Public propertysalesRepCode
Code of the sales representative associated to the sales order.
Public propertysalesRepName
Name of the sales representative associated to the sales order.
Public propertytaxLabel
Label of the taxes assigned to the sales order's total
Public propertytaxNumber
Tax number displayed on the sales order
Public propertytaxRate
Percentage amount of tax that the applied to the sales order's total
Public propertytotalDiscountsExTax
Total monetary amount of discounts exclusive of tax discounted off the sales order's total
Public propertytotalDiscountsIncTax
Total monetary amount of discounts inclusive of tax discounted off the sales order's total
Public propertytotalExTax
Total monetary amount of the sales order excluding taxes
Public propertytotalExtraChargesExTax
Total monetary amount of extra charges exclusive of tax applied to the sales order's total
Public propertytotalExtraChargesIncTax
Total monetary amount of extra charges inclusive of tax applied to the sales order's total
Public propertytotalFreightExTax
Total monetary amount of freight excluding tax applied to the sales order's total
Public propertytotalFreightIncTax
Total monetary amount of freight inclusive of tax applied to the sales order's total
Public propertytotalIncTax
Total monetary amount of the sales order including taxes
Public propertytotalLeviesExTax
Total monetary amount of levies exclusive of tax applied to the sales order's total
Public propertytotalLeviesIncTax
Total monetary amount of levies inclusive of tax applied to the sales order's total
Public propertytotalPaid
Total monetary amount paid for the sales order
Public propertytotalQuantity
Total quantity across all the sales order lines
Public propertytotalTax
Total monetary amount of tax applied to the sale order's total
Top
See Also