LandedCostDocumentLine
Less than to read
Properties
Property Name | Type | Description | isWritable |
---|---|---|---|
_access | [_OutputAccessBinding] | no | |
_factory | MetaNodeFactory_node | no | |
_updateTick | Int | no | |
_updateUser | User_node | no | |
_createUser | User_node | no | |
_customData | Json | no | |
_sourceId | String | no | |
_id | Id | no | |
documentLine | BaseDocumentLine | no | |
costAmountToAllocate | Decimal | no | |
costAmountToAllocateInCompanyCurrency | Decimal | no | |
allocationRule | AllocationRule | no | |
allocationRuleUnit | UnitOfMeasure_node | no | |
allocationMethod | LandedCostAllocationMethod | no | |
allocations | LandedCostAllocation_Collection | no | |
totalAmountAllocated | Decimal | no | |
_etag | String | no | |
_createStamp | Datetime | no | |
_updateStamp | Datetime | no |
Custom Queries
queryAllocations : [LandedCostDocumentLineQueryAllocationsReturn]
Property | Type | Description |
---|---|---|
landedCostDocumentLineId | String |
asyncExport : LandedCostDocumentLine_Connection_asyncExport
Custom Mutations
updateAllocations : Boolean
Mutation | Type | Description |
---|---|---|
allocationData | LandedCostDocumentLineUpdateAllocationsAllocationData_Input |
asyncExport : LandedCostDocumentLine_Mutations_asyncExport
Custom Type
LandedCostDocumentLineQueryAllocationsReturn
Query | Type | Description |
---|---|---|
_id | Id | |
allocatedDocumentType | LandedCostAllocableDocument | |
allocatedDocumentLine | LandedCostDocumentLineQueryAllocationsReturnAllocatedDocumentLine_node | |
item | LandedCostDocumentLineQueryAllocationsReturnItem_node | |
costAmount | Decimal | |
costAmountInCompanyCurrency | Decimal | |
documentLineAmountInCompanyCurrency | Decimal | |
documentLineQuantityInStockUnit | Decimal | |
documentLineWeight | Decimal | |
documentLineVolume | Decimal |
LandedCostDocumentLineUpdateAllocationsAllocationData_Input
Query | Type | Description |
---|---|---|
landedCostDocumentLine | IntReference | |
allocationMethod | LandedCostAllocationMethod_EnumInput | |
allocationUpdates | [LandedCostDocumentLineUpdateAllocationsAllocationDataAllocationUpdates_Input] |