This method will retrieve the next general ledger journal entry document number from Microsoft Dynamics GP.
Microsoft.Dynamics.GP.eConnect.GetNextDocNumbers
public virtual string GetNextGLJournalEntryNumber( GetNextDocNumbers.IncrementDecrement incDec, string connString )
Name |
Data type |
Description |
---|---|---|
incDec |
Microsoft.Dynamics.GP.
|
Use the IncrementDecrement enumeration member Increment to get the next GL journal entry number. Do not use the enumeration member Decrement in this version of eConnect. |
connString |
string |
Specifies the SQL server and database. |