ServiceActivityMaterialsToSalesOrderLinesFulfillment Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceActivityMaterialsToSalesOrderLinesFulfillment(
EnterpriseOneTransaction transaction,
bool includeGuaranteeItems,
bool includeNonGuaranteeItems,
Func<ServiceActivityMaterial, SalesOrder> getOrCreateSubDocument
)
Public Sub New (
transaction As EnterpriseOneTransaction,
includeGuaranteeItems As Boolean,
includeNonGuaranteeItems As Boolean,
getOrCreateSubDocument As Func(Of ServiceActivityMaterial, SalesOrder)
)
public:
ServiceActivityMaterialsToSalesOrderLinesFulfillment(
EnterpriseOneTransaction^ transaction,
bool includeGuaranteeItems,
bool includeNonGuaranteeItems,
Func<ServiceActivityMaterial^, SalesOrder^>^ getOrCreateSubDocument
)
new :
transaction : EnterpriseOneTransaction *
includeGuaranteeItems : bool *
includeNonGuaranteeItems : bool *
getOrCreateSubDocument : Func<ServiceActivityMaterial, SalesOrder> -> ServiceActivityMaterialsToSalesOrderLinesFulfillment
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: SystemFuncServiceActivityMaterial, SalesOrder
The get or create sub-document function.
See Also