InvoiceLinesToAssetOrderLinesFulfillmentGetDocumentFulfillmentsQuery Method |
Gets the query, which obtains all the fulfillments of the parent document of the order item.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IQueryable<AssetOrderLine> GetDocumentFulfillmentsQuery(
InvoiceLine orderItem
)
Public Overrides Function GetDocumentFulfillmentsQuery (
orderItem As InvoiceLine
) As IQueryable(Of AssetOrderLine)
public:
virtual IQueryable<AssetOrderLine^>^ GetDocumentFulfillmentsQuery(
InvoiceLine^ orderItem
) override
abstract GetDocumentFulfillmentsQuery :
orderItem : InvoiceLine -> IQueryable<AssetOrderLine>
override GetDocumentFulfillmentsQuery :
orderItem : InvoiceLine -> IQueryable<AssetOrderLine>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceLine
The order item.
Return Value
Type:
IQueryableAssetOrderLine
The query for all the fulfillments of the parent document.
See Also