ServiceActivityServicesToSalesOrderLinesFulfillment Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceActivityServicesToSalesOrderLinesFulfillment(
EnterpriseOneTransaction transaction,
bool includeGuaranteeItems,
bool includeNonGuaranteeItems,
Func<ServiceActivityInvoicingItem, SalesOrder> getOrCreateSubDocument
)
Public Sub New (
transaction As EnterpriseOneTransaction,
includeGuaranteeItems As Boolean,
includeNonGuaranteeItems As Boolean,
getOrCreateSubDocument As Func(Of ServiceActivityInvoicingItem, SalesOrder)
)
public:
ServiceActivityServicesToSalesOrderLinesFulfillment(
EnterpriseOneTransaction^ transaction,
bool includeGuaranteeItems,
bool includeNonGuaranteeItems,
Func<ServiceActivityInvoicingItem^, SalesOrder^>^ getOrCreateSubDocument
)
new :
transaction : EnterpriseOneTransaction *
includeGuaranteeItems : bool *
includeNonGuaranteeItems : bool *
getOrCreateSubDocument : Func<ServiceActivityInvoicingItem, SalesOrder> -> ServiceActivityServicesToSalesOrderLinesFulfillment
Parameters
- transaction
- Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction. - includeGuaranteeItems
- Type: SystemBoolean
if set to true the fulfillment will
execute for items, covered by guarantee. - includeNonGuaranteeItems
- Type: SystemBoolean
if set to true the fulfillment will
execute for items, not covered by guarantee. - getOrCreateSubDocument
- Type: SystemFuncServiceActivityInvoicingItem, SalesOrder
The get or create sub-document function.
See Also