InvoiceOrderLinesToInvoiceLinesFulfillmentGetDocumentFulfillmentsQuery 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<InvoiceLine> GetDocumentFulfillmentsQuery(
InvoiceOrderLine orderItem
)
Public Overrides Function GetDocumentFulfillmentsQuery (
orderItem As InvoiceOrderLine
) As IQueryable(Of InvoiceLine)
public:
virtual IQueryable<InvoiceLine^>^ GetDocumentFulfillmentsQuery(
InvoiceOrderLine^ orderItem
) override
abstract GetDocumentFulfillmentsQuery :
orderItem : InvoiceOrderLine -> IQueryable<InvoiceLine>
override GetDocumentFulfillmentsQuery :
orderItem : InvoiceOrderLine -> IQueryable<InvoiceLine>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceOrderLine
The order item.
Return Value
Type:
IQueryableInvoiceLine
The query for all the fulfillments of the parent document.
See Also