Click or drag to resize

ServiceActivityMaterialsToSalesOrderLinesFulfillment Constructor

Initializes a new instance of the ServiceActivityMaterialsToSalesOrderLinesFulfillment class.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Service
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ServiceActivityMaterialsToSalesOrderLinesFulfillment(
	EnterpriseOneTransaction transaction,
	bool includeGuaranteeItems,
	bool includeNonGuaranteeItems,
	Func<ServiceActivityMaterial, SalesOrder> getOrCreateSubDocument
)

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