StockTransferOrder
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 | |
| status | BaseStatus_enum | yes | |
| approvalStatus | ApprovalStatus | yes | |
| date | Date | yes | |
| canPrint | Boolean | no | |
| isPrinted | Boolean | yes | |
| isSent | Boolean | yes | |
| site | Site_node | yes | |
| stockSite | Site_node | yes | |
| companyCurrency | Currency_node | no | |
| financialSite | Site_node | yes | |
| text | _OutputTextStream | yes | |
| internalNote | _OutputTextStream | yes | |
| externalNote | _OutputTextStream | yes | |
| isExternalNote | Boolean | yes | |
| isTransferHeaderNote | Boolean | yes | |
| isTransferLineNote | Boolean | yes | |
| siteAddress | Address_node | yes | |
| businessEntityAddress | BusinessEntityAddress_node | yes | |
| invoiceStatus | InvoiceStatus | yes | |
| fxRateDate | Date | yes | |
| taxCalculationStatus | TaxCalculationStatus | yes | |
| taxEngine | TaxEngine | no | |
| paymentTracking | PaymentTracking_node | yes | |
| netBalance | Decimal | no | |
| customer | Customer_node | yes | |
| customerNumber | String | yes | |
| doNotShipBeforeDate | Date | yes | |
| doNotShipAfterDate | Date | yes | |
| requestedDeliveryDate | Date | yes | |
| shippingStatus | ShippingStatus | yes | |
| receivingStatus | ReceivingStatus | yes | |
| supplier | Supplier_node | yes | |
| receivingSite | Site_node | yes | |
| stockTransferOrderDocumentType | StockTransferOrderDocumentType | yes | |
| stockTransferOrderFlowType | StockTransferOrderFlowType | yes | |
| requester | User_node | yes | |
| isCloseHidden | Boolean | no | |
| financeIntegrationStatus | FinanceIntegrationStatus | no | |
| _etag | String | yes | |
| _attachments | AttachmentAssociation_Collection | yes | |
| displayStatus | BaseDisplayStatus | yes | |
| businessRelation | Customer_node | yes | |
| paymentTerm | PaymentTerm_node | yes | |
| shipToCustomer | Customer_node | yes | |
| shipToCustomerAddress | BusinessEntityAddress_node | yes | |
| shipToAddress | Address_node | yes | |
| shipToContact | Contact_node | yes | |
| deliveryMode | DeliveryMode_node | yes | |
| deliveryLeadTime | Int | yes | |
| workDays | Int | no | |
| shipToLinkedAddress | BusinessEntityAddress_node | yes | |
| currency | Currency_node | yes | |
| transactionCurrency | Currency_node | no | |
| companyFxRate | Decimal | no | |
| companyFxRateDivisor | Decimal | yes | |
| rateDescription | String | no | |
| totalAmountExcludingTax | Decimal | yes | |
| totalAmountExcludingTaxInCompanyCurrency | Decimal | yes | |
| anyTaxes | DocumentTax_Collection | yes | |
| taxes | DocumentTax_Collection | yes | |
| totalTaxAmount | Decimal | yes | |
| totalTaxableAmount | Decimal | yes | |
| totalExemptAmount | Decimal | yes | |
| totalTaxAmountAdjusted | Decimal | yes | |
| incoterm | Incoterm_node | yes | |
| shippingDate | Date | yes | |
| expectedDeliveryDate | Date | yes | |
| anyLines | BaseDocumentItemLine_Collection | yes | |
| lines | StockTransferOrderLine_Collection | yes | |
| totalAmountIncludingTax | Decimal | no | |
| allocationStatus | StockAllocationStatus | no | |
| allocationRequestStatus | AllocationRequestStatus | no | |
| jsonAggregateLandedCostTypes | Json | no | |
| _constructor | String | yes | |
| _createStamp | Datetime | no | |
| _updateStamp | Datetime | no |
Custom Queries
getDuplicate : StockTransferOrder
| Property | Type | Description |
|---|---|---|
| _id | Id |
getFilteredUsers : [StockTransferOrderGetFilteredUsersReturn]
| Property | Type | Description |
|---|---|---|
| criteria | StockTransferOrderGetFilteredUsersCriteria_Input |
asyncExport : StockTransferOrder_Connection_asyncExport
bulkResync : StockTransferOrder_Connection_bulkResync
Custom Mutations
bulkUpdate : Boolean
| Mutation | Type | Description |
|---|---|---|
| filter | String | |
| data | StockTransferOrder_Input |
duplicate : StockTransferOrder
| Mutation | Type | Description |
|---|---|---|
| _id | ID | |
| data | StockTransferOrder_Input |
closeLine : DocumentCloseStatusMethodReturn
| Mutation | Type | Description |
|---|---|---|
| stockTransferOrderLine | IntReference |
openLine : DocumentOpenStatusMethodReturn
| Mutation | Type | Description |
|---|---|---|
| stockTransferOrderLine | IntReference |
close : DocumentCloseStatusMethodReturn
| Mutation | Type | Description |
|---|---|---|
| stockTransferOrder | IntReference |
open : DocumentOpenStatusMethodReturn
| Mutation | Type | Description |
|---|---|---|
| stockTransferOrder | IntReference |
confirm : DocumentConfirmStatusMethodReturn
| Mutation | Type | Description |
|---|---|---|
| stockTransferOrder | IntReference |
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 |
setIsPrintedTrue : Boolean
| Mutation | Type | Description |
|---|---|---|
| order | IntReference | |
| isPrinted | Boolean |
requestAutoAllocation : String
| Mutation | Type | Description |
|---|---|---|
| data | StockTransferOrderRequestAutoAllocationData_Input |
financeIntegrationCheck : [String]
| Mutation | Type | Description |
|---|---|---|
| stockTransferOrder | IntReference |
approve : String
| Mutation | Type | Description |
|---|---|---|
| stockTransferOrder | IntReference |
reject : String
| Mutation | Type | Description |
|---|---|---|
| stockTransferOrder | IntReference |
createStockTransferShipment : StockTransferShipment
| Mutation | Type | Description |
|---|---|---|
| stockTransferOrder | IntReference |
sendApprovalRequestMail : Boolean
| Mutation | Type | Description |
|---|---|---|
| document | IntReference | |
| user | User_Input |
asyncExport : StockTransferOrder_Mutations_asyncExport
bulkResync : StockTransferOrder_Mutations_bulkResync
Custom Type
Id
StockTransferOrderGetFilteredUsersCriteria_Input
StockTransferOrderGetFilteredUsersReturn
| Query | Type | Description |
|---|---|---|
| _id | Id | |
| String | ||
| firstName | String | |
| lastName | String |
IntReference
DocumentCloseStatusMethodReturn
IntReference
DocumentOpenStatusMethodReturn
IntReference
DocumentCloseStatusMethodReturn
IntReference
DocumentOpenStatusMethodReturn
IntReference
DocumentConfirmStatusMethodReturn
IntReference
StockTransferOrderRequestAutoAllocationData_Input
| Query | Type | Description |
|---|---|---|
| document | IntReference | |
| requestType | String | |
| document | IntReference | |
| requestType | String |