SortAndRollBackDocumentList Method

This method sorts and rolls back a list of document numbers..

Class

Microsoft.Dynamics.GP.eConnect.GetNextDocNumbers

Syntax

public void SortAndRollBackDocumentList(
	System.Collections.Generic.List<RollBackDocument>
rollBackDocumentList, 
	string connectionString
)

Parameters

[spacer]

Name

Data type

Description

rollBackDocumentList

List<RollBackDocument>

A list of RollBackDocument objects.

connectionString

string

Specifies the SQL server and database.


Return Value

Type: void

The method does not return a value.

Remarks

The SortAndRollBackDocumentList method requires a list of RollBackDocument objects that specify document numbers. The GetRollBackDocumentList method of the DocumentRollback class produces a list of RollBackDocument objects.

See Also