Next Number Utility interface for JD Edwards
About the Next Number Utility interface
This interface can be used to call the function X0010GetNextNumber.
This interface is used to call the function X0010GetNextNumber. This was necessary because the function cannot be called directly from a script.
We pass in the following fields.
-
System Code
-
Next Numbering Index Number
-
Company Key
-
Document Type
-
Century
-
Fiscal Year
-
Same As Document Type
We return the value for the following field.
-
Next Number
Name | Function name | Description |
---|---|---|
DD3N0010 | dcLINK Interface – Work Order Issues | |
ND3N0010 | dcLINKUtilityNext Number | dcLINK Utility – Work Order Issues |
The full name of this interface is ND3N0010 Next Number Utility
This interface guide applies to the following JDE versions.
-
EnterpriseOne 9.1
Processing
To verify the processing, please refer to business function X0010.
Additional information
This NER is only used to call function X0010 Get Next Number. The Next Number value will be returned based on the parameters passed in. If an Error occurs, the Error Code will be set to “2”.
Input data structure ND3N0010
Input data structure for Next Number Utility ND3N0010.
Name | Default values | R/O | Alias | Notes |
---|---|---|---|---|
cdcLINKActionCode_EV01 |
N/A |
EV01 |
This value is not currently used in this NER. |
|
cActionCode_ACTION |
N/A |
ACTION |
This value is not currently used in this NER. |
|
jdDateUpdated_UPMJ |
(today) |
N/A |
upmj |
This value is not currently used in this NER. |
mnTimeUpdated_TDAY |
(now) |
N/A |
tday |
This value is not currently used in this NER. |
szUserId_USER |
(current user id) |
N/A |
user |
This value is not currently used in this NER. |
szWorkStationId_JOBN |
(current workstation id) |
N/A |
jobn |
This value is not currently used in this NER. |
mnJobNumber_JOBS |
N/A |
jobs |
This value is not currently used in this NER. |
|
szProgramId_PID |
ND3N0010 |
N/A |
pid |
This value is not currently used in this NER. |
szVersion_VERS |
N/A |
vers |
This value is not currently used in this NER. |
|
cSuppressErrMsg_EV01 |
N/A |
ev01 |
This value is not currently used in this NER. |
|
cErrorCode_ERRC |
O |
errc |
Indicates an error condition. Set by program. |
|
szErrorMessageKey_EKEY |
O |
ekey |
Holds EnterpriseOne error message number. |
|
iDebugLevel_INT01 |
O |
int01 |
Leave blank except for debugging and testing purposes only.
Higher numbers will show more debug dialog boxes.
Leaving this blank or setting to “0” suppresses all debug dialog boxes. Do not leave a value greater than “0” in this field after initial setup and testing, as it will cause synchronous dialogs on the computer to pop up when the function is called. |
|
szSystemCode_SY |
R |
SY |
A valid System Code is required to obtain a Next Number value. This value is passed in when calling function X0010 Get Next Number. |
|
mnNextNumberingIndexNo_NNIX |
O |
NNIX |
This value is passed in when calling function X0010 Get Next Number. |
|
szCompanyKey_KCO |
O |
KCO |
This value is passed in when calling function X0010 Get Next Number. |
|
szDocumentType_DCT |
O |
DCT |
This value is passed in when calling function X0010 Get Next Number. |
|
mnCentury_CTRY |
O |
CTRY |
This value is passed in when calling function X0010 Get Next Number. |
|
mnFiscalYear1_FY |
O |
Fy |
This value is passed in when calling function X0010 Get Next Number. |
|
szSameAsDocumentType_SMAS |
O |
SMAS |
This value is passed in when calling function X0010 Get Next Number. |
|
mnNextNumber001_N001 |
N001 |
This value is returned only. If a value is passed in, it will be ignored. |
O = Optional
X = Required but will default in if not passed
C = Conditional (see explanation for conditions)
N/A = Not applicable
Loading...
There was a problem loading this topic