StoreOrderLineToStoreTransactionLineFulfillmentGetDocumentFulfillmentsQuery Method |
Gets the query, which obtains all the fulfillments of the parent document of the order item.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IQueryable<StoreTransactionLine> GetDocumentFulfillmentsQuery(
StoreOrderLine orderItem
)
Public Overrides Function GetDocumentFulfillmentsQuery (
orderItem As StoreOrderLine
) As IQueryable(Of StoreTransactionLine)
public:
virtual IQueryable<StoreTransactionLine^>^ GetDocumentFulfillmentsQuery(
StoreOrderLine^ orderItem
) override
abstract GetDocumentFulfillmentsQuery :
orderItem : StoreOrderLine -> IQueryable<StoreTransactionLine>
override GetDocumentFulfillmentsQuery :
orderItem : StoreOrderLine -> IQueryable<StoreTransactionLine>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStoreOrderLine
The order item.
Return Value
Type:
IQueryableStoreTransactionLine
The query for all the fulfillments of the parent document.
See Also