ServiceActivityMaterialsToSalesOrderLinesFulfillmentGetFulfillmentsWithinDocument Method |
Gets the fulfillments of an order item, searching within all fulfillments of a document.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IEnumerable<SalesOrderLine> GetFulfillmentsWithinDocument(
ServiceActivityMaterial orderItem,
IEnumerable<SalesOrderLine> documentFulfillments
)
Public Overrides Function GetFulfillmentsWithinDocument (
orderItem As ServiceActivityMaterial,
documentFulfillments As IEnumerable(Of SalesOrderLine)
) As IEnumerable(Of SalesOrderLine)
public:
virtual IEnumerable<SalesOrderLine^>^ GetFulfillmentsWithinDocument(
ServiceActivityMaterial^ orderItem,
IEnumerable<SalesOrderLine^>^ documentFulfillments
) override
abstract GetFulfillmentsWithinDocument :
orderItem : ServiceActivityMaterial *
documentFulfillments : IEnumerable<SalesOrderLine> -> IEnumerable<SalesOrderLine>
override GetFulfillmentsWithinDocument :
orderItem : ServiceActivityMaterial *
documentFulfillments : IEnumerable<SalesOrderLine> -> IEnumerable<SalesOrderLine>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Applications.ServiceServiceActivityMaterial
The order item. - documentFulfillments
- Type: System.Collections.GenericIEnumerableSalesOrderLine
The document fulfillments.
Return Value
Type:
IEnumerableSalesOrderLine
See Also