Click or drag to resize

DocumentCreateAdjustmentDocument Method

Creates an adjustment document that doesn't adjust anything. Can be modified and saved.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Document CreateAdjustmentDocument(
	IEnumerable<EntityObject> childObjects = null,
	IDictionary<EntityObject, EntityObject> pairs = null
)

Parameters

childObjects (Optional)
Type: System.Collections.GenericIEnumerableEntityObject
The child objects to duplicate.
pairs (Optional)
Type: System.Collections.GenericIDictionaryEntityObject, EntityObject
A dictionary to collect original-copy pairs.

Return Value

Type: Document
See Also