DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItemGetDocumentFulfillmentsQuery Method |
Gets the query, which obtains all the fulfillments of the parent document of the order item.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic virtual IQueryable<TFulfillmentItem> GetDocumentFulfillmentsQuery(
TOrderItem orderItem
)
Public Overridable Function GetDocumentFulfillmentsQuery (
orderItem As TOrderItem
) As IQueryable(Of TFulfillmentItem)
public:
virtual IQueryable<TFulfillmentItem>^ GetDocumentFulfillmentsQuery(
TOrderItem orderItem
)
abstract GetDocumentFulfillmentsQuery :
orderItem : 'TOrderItem -> IQueryable<'TFulfillmentItem>
override GetDocumentFulfillmentsQuery :
orderItem : 'TOrderItem -> IQueryable<'TFulfillmentItem>
Parameters
- orderItem
- Type: TOrderItem
The order item.
Return Value
Type:
IQueryableTFulfillmentItemThe query for all the fulfillments of the parent document.
See Also