Click or drag to resize

TransactionGenerateStoreOrderFromReceiving Method

Generates the store order receiving.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public StoreOrder GenerateStoreOrderFromReceiving(
	DocumentType docType,
	List<CurrentAvailabilityGroupedByProjection> groupedDataLines
)

Parameters

docType
Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
Type of the document.
groupedDataLines
Type: System.Collections.GenericListCurrentAvailabilityGroupedByProjection
The grouped data.

Return Value

Type: StoreOrder
See Also