BaseOutboundShipmentDocument
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 | |
_constructor | String | yes | |
_customData | Json | yes | |
_sourceId | String | yes | |
_id | Id | yes | |
number | String | yes | |
status | BaseStatus_enum | yes | |
displayStatus | BaseDisplayStatus | yes | |
approvalStatus | ApprovalStatus | yes | |
date | Date | yes | |
postingDate | 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 | |
customer | Customer_node | yes | |
customerNumber | String | yes | |
trackingNumber | String | yes | |
financeIntegrationStatus | FinanceIntegrationStatus | no | |
_etag | String | 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 | |
deliveryDate | Date | yes | |
currency | Currency_node | yes | |
transactionCurrency | Currency_node | no | |
companyFxRate | Decimal | no | |
companyFxRateDivisor | Decimal | yes | |
rateDescription | String | no | |
totalAmountExcludingTax | Decimal | yes | |
totalAmountExcludingTaxInCompanyCurrency | Decimal | yes | |
totalTaxAmount | Decimal | yes | |
totalTaxableAmount | Decimal | yes | |
totalExemptAmount | Decimal | yes | |
totalTaxAmountAdjusted | Decimal | yes | |
incoterm | Incoterm_node | yes | |
anyLines | BaseDocumentItemLine_Collection | yes | |
totalAmountIncludingTax | Decimal | no | |
allocationStatus | StockAllocationStatus | no | |
stockTransactionStatus | StockDocumentTransactionStatus | no | |
_createStamp | Datetime | no | |
_updateStamp | Datetime | no |
Custom Queries
getDuplicate : BaseOutboundShipmentDocument
Property | Type | Description |
---|---|---|
_id | Id |
Custom Mutations
bulkUpdate : Boolean
Mutation | Type | Description |
---|---|---|
filter | String | |
data | BaseOutboundShipmentDocument_Input |
duplicate : BaseOutboundShipmentDocument
Mutation | Type | Description |
---|---|---|
_id | ID | |
data | BaseOutboundShipmentDocument_Input |
sendApprovalRequestMail : Boolean
Mutation | Type | Description |
---|---|---|
document | IntReference | |
user | User_Input |