Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.