Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.