SalesOrder
Less than to read
Properties
Property Name | Type | Description | isWritable |
---|---|---|---|
_access | [_OutputAccessBinding] | no | |
_factory | MetaNodeFactory_node | no | |
_updateTick | Int | yes | |
_updateUser | User_node | yes | |
_createUser | User_node | yes | |
_customData | Json | yes | |
_sourceId | String | yes | |
_id | Id | yes | |
number | String | yes | |
customerNumber | String | yes | |
status | SalesOrderStatus_enum | yes | |
displayStatus | SalesOrderDisplayStatus | yes | |
invoiceStatus | SalesDocumentInvoiceStatus | yes | |
orderDate | Date | yes | |
isPrinted | Boolean | yes | |
isSent | Boolean | yes | |
taxEngine | TaxEngine | no | |
soldToCustomer | Customer_node | yes | |
soldToLinkedAddress | BusinessEntityAddress_node | yes | |
soldToAddress | Address_node | yes | |
soldToContact | Contact_node | yes | |
fxRateDate | Date | yes | |
requestedDeliveryDate | Date | yes | |
doNotShipBeforeDate | Date | yes | |
doNotShipAfterDate | Date | yes | |
shippingStatus | SalesDocumentShippingStatus | yes | |
salesSite | Site_node | yes | |
shipToCustomer | Customer_node | yes | |
shipToCustomerAddress | BusinessEntityAddress_node | yes | |
shipToAddress | Address_node | yes | |
shipToContact | Contact_node | yes | |
billToCustomer | Customer_node | yes | |
billToLinkedAddress | BusinessEntityAddress_node | yes | |
billToAddress | Address_node | yes | |
billToContact | Contact_node | yes | |
incoterm | Incoterm_node | yes | |
deliveryMode | DeliveryMode_node | yes | |
deliveryLeadTime | Int | yes | |
isOrderAssignmentLinked | Boolean | no | |
taxCalculationStatus | TaxCalculationStatus | yes | |
internalNote | _OutputTextStream | yes | |
externalNote | _OutputTextStream | yes | |
isExternalNote | Boolean | yes | |
isTransferHeaderNote | Boolean | yes | |
isTransferLineNote | Boolean | yes | |
isCloseHidden | Boolean | no | |
proformaInvoices | ProformaInvoice_Collection | no | |
entityUse | EntityUse_node | yes | |
intacctId | String | yes | |
_etag | String | yes | |
_attachments | AttachmentAssociation_Collection | yes | |
isQuote | Boolean | yes | |
currency | Currency_node | yes | |
transactionCurrency | Currency_node | no | |
companyCurrency | Currency_node | no | |
companyFxRate | Decimal | yes | |
companyFxRateDivisor | Decimal | yes | |
paymentTerm | PaymentTerm_node | yes | |
isOnHold | Boolean | no | |
workDays | Int | no | |
stockSite | Site_node | yes | |
lines | SalesOrderLine_Collection | yes | |
totalAmountExcludingTax | Decimal | no | |
totalTaxAmount | Decimal | yes | |
remainingTotalAmountToShipExcludingTax | Decimal | no | |
remainingTotalAmountExcludingTaxInCompanyCurrency | Decimal | no | |
totalTaxableAmount | Decimal | yes | |
totalExemptAmount | Decimal | yes | |
totalAmountIncludingTaxInCompanyCurrency | Decimal | no | |
totalTaxAmountAdjusted | Decimal | yes | |
totalAmountExcludingTaxInCompanyCurrency | Decimal | no | |
taxes | SalesOrderTax_Collection | yes | |
allocationStatus | StockAllocationStatus | no | |
allocationRequestStatus | AllocationRequestStatus | no | |
totalGrossProfit | Decimal | no | |
rateDescription | String | no | |
shippingDate | Date | yes | |
expectedDeliveryDate | Date | yes | |
totalAmountIncludingTax | Decimal | no | |
_createStamp | Datetime | no | |
_updateStamp | Datetime | no |
Custom Queries
getDuplicate : SalesOrder
Property | Type | Description |
---|---|---|
_id | Id |
getOrderBookAmount : SalesOrderGetOrderBookAmountReturn
Property | Type | Description |
---|---|---|
customer | IntReference |
createTestSalesOrders : SalesOrder_Connection_createTestSalesOrders
printBulk : SalesOrder_Connection_printBulk
asyncExport : SalesOrder_Connection_asyncExport
Custom Mutations
bulkUpdate : Boolean
Mutation | Type | Description |
---|---|---|
filter | String | |
data | SalesOrder_Input |
duplicate : SalesOrder
Mutation | Type | Description |
---|---|---|
_id | ID | |
data | SalesOrder_Input |
createSalesShipmentsFromOrderLines : SalesOrderCreateSalesShipmentsFromOrderLinesReturn
Mutation | Type | Description |
---|---|---|
salesDocumentLines | # SalesOrderCreateSalesShipmentsFromOrderLinesSalesDocumentLines_Input | |
processOptions | SalesOrderCreateSalesShipmentsFromOrderLinesProcessOptions_Input |
createSalesShipmentsFromOrders : SalesOrderCreateSalesShipmentsFromOrdersReturn
Mutation | Type | Description |
---|---|---|
salesDocuments | # IntReference | |
processOptions | SalesOrderCreateSalesShipmentsFromOrdersProcessOptions_Input |
setSalesOrderLineCloseStatus : SalesOrderLineCloseStatusMethodReturn
Mutation | Type | Description |
---|---|---|
salesOrderLine | IntReference |
setSalesOrderLineOpenStatus : SalesOrderLineOpenStatusMethodReturn
Mutation | Type | Description |
---|---|---|
salesOrderLine | IntReference | |
newQuantityInSalesUnit | Decimal |
setSalesOrderCloseStatus : SalesOrderCloseStatusMethodReturn
Mutation | Type | Description |
---|---|---|
salesOrderNumber | String |
setSalesOrderOpenStatus : SalesOrderOpenStatusMethodReturn
Mutation | Type | Description |
---|---|---|
salesOrderNumber | String |
confirmSalesOrder : SalesOrderConfirmMethodReturn
Mutation | Type | Description |
---|---|---|
salesOrderNumber | String |
subWorkDays : Date
Mutation | Type | Description |
---|---|---|
requestedDeliveryDate | Date | |
orderDate | Date | |
doNotShipBeforeDate | Date | |
doNotShipAfterDate | Date | |
deliveryLeadTime | IntOrString | |
workDaysMask | IntOrString |
addWorkDays : Date
Mutation | Type | Description |
---|---|---|
shippingDate | Date | |
deliveryLeadTime | IntOrString | |
workDays | IntOrString |
massPriceDeterminationCalculation : Boolean
Mutation | Type | Description |
---|---|---|
salesDocument | IntReference |
setIsPrintedTrue : Boolean
Mutation | Type | Description |
---|---|---|
order | IntReference | |
isPrinted | Boolean |
printSalesOrderAndEmail : Boolean
Mutation | Type | Description |
---|---|---|
salesOrder | IntReference | |
contactTitle | String | |
contactLastName | String | |
contactFirstName | String | |
contactEmail | String |
massCreateSalesShipments : SalesOrderMassCreateSalesShipmentsReturn
Mutation | Type | Description |
---|---|---|
stockSite | String | |
fromSoldToCustomer | String | |
toSoldToCustomer | String | |
fromOrder | String | |
toOrder | String | |
shippingUntilDate | Date | |
incoterm | String | |
deliveryMode | String |
requestAutoAllocation : String
Mutation | Type | Description |
---|---|---|
data | SalesOrderRequestAutoAllocationData_Input |
financeIntegrationCheck : SalesOrderFinanceIntegrationCheckReturn
Mutation | Type | Description |
---|---|---|
salesOrder | IntReference |
createTestSalesOrders : SalesOrder_Mutations_createTestSalesOrders
printBulk : SalesOrder_Mutations_printBulk
asyncExport : SalesOrder_Mutations_asyncExport
Custom Type
Id
IntReference
SalesOrderGetOrderBookAmountReturn
Query | Type | Description |
---|---|---|
orderBookTotal | Decimal | |
currencySymbol | String | |
decimalDigits | Int |
SalesOrderCreateSalesShipmentsFromOrderLinesSalesDocumentLines_Input
Query | Type | Description |
---|---|---|
salesDocumentLine | IntReference | |
quantityToProcess | Decimal |
SalesOrderCreateSalesShipmentsFromOrderLinesProcessOptions_Input
Query | Type | Description |
---|---|---|
isForFinanceCheck | Boolean | |
processAllShippableLines | Boolean |
SalesOrderCreateSalesShipmentsFromOrderLinesReturn
Query | Type | Description |
---|---|---|
status | String | |
numberOfShipments | Int | |
documentsCreated | [SalesShipment]_node | |
lineErrors | [SalesOrderCreateSalesShipmentsFromOrderLinesReturnLineErrors]_node |
IntReference
SalesOrderCreateSalesShipmentsFromOrdersProcessOptions_Input
Query | Type | Description |
---|---|---|
isForFinanceCheck | Boolean | |
processAllShippableLines | Boolean |
SalesOrderCreateSalesShipmentsFromOrdersReturn
Query | Type | Description |
---|---|---|
status | String | |
numberOfShipments | Int | |
documentsCreated | [SalesShipment]_node | |
lineErrors | [SalesOrderCreateSalesShipmentsFromOrdersReturnLineErrors]_node |
IntReference
SalesOrderLineCloseStatusMethodReturn
IntReference
SalesOrderLineOpenStatusMethodReturn
SalesOrderCloseStatusMethodReturn
SalesOrderOpenStatusMethodReturn
SalesOrderConfirmMethodReturn
IntReference
IntReference
IntReference
SalesOrderMassCreateSalesShipmentsReturn
Query | Type | Description |
---|---|---|
numberOfShipments | Int |
SalesOrderRequestAutoAllocationData_Input
Query | Type | Description |
---|---|---|
document | IntReference | |
requestType | String | |
document | IntReference | |
requestType | String |
IntReference
SalesOrderFinanceIntegrationCheckReturn
Query | Type | Description |
---|---|---|
wasSuccessful | Boolean | |
message | String |