Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
This method will retrieve the next purchase order processing receipt document number from Microsoft Dynamics GP.
Class
Microsoft.Dynamics.GP.eConnect.GetNextDocNumbers
Syntax
public virtual string GetNextPOPReceiptNumber(
GetNextDocNumbers.IncrementDecrement incDec,
string connString
)
Parameters
Name |
Data type |
Description |
|---|---|---|
incDec |
Microsoft.Dynamics.GP. |
Use the IncrementDecrement enumeration member Increment to get the next POP receipt document number. Do not use the enumeration member Decrement in this version of eConnect. |
connString |
string |
Specifies the SQL server and database. |
Return Value
Type: string
This method returns a string that contains the requested purchase order processing receipt document number.