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