The progress of the processing of every submitted file is shown in the API logging. That is where you check whether an export from JDE has arrived and has been fully processed.
Where to find the API logging
Go to Setup > Platform > API logging. All loggings that have been created are shown in the overview; click a logging to see its details.
What the details show
The detail view of a logging. The screenshot is from the Dutch interface. The status is Volledig verwerkt (fully processed), the endpoint is order_data and the file name is order_data.json. The fields Foutmeldingen (errors) and Waarschuwingen (warnings) are empty.
The details include the following:
| Field | What it tells you |
|---|---|
| Status | The state of the processing. Fully processed means the file has been imported completely. |
| Endpoint | The endpoint the file was submitted to. For order data that is order_data. |
| File name | The name of the submitted file, for example order_data.json. |
| Errors and Warnings | What occurred during the import. Empty means nothing was reported. |
Was it a BG or a BG_FULL file?
Open the JSON file and look at the field action:
Value of action |
Which file it was |
|---|---|
null |
A BG_FULL file: the complete set of order data. |
create, update or delete
|
A BG file: only the changes since the previous export. |
There is no BG_FULL in the API logging
If you have started a full export but cannot find a BG_FULL file in the API logging, raise a ticket in the Helpcenter.
A separate BG_FULL profile may still have to be set up in DTS in order to import this file. You cannot configure that yourself; ISPnext does.
More information
How the connection between JDE and ISPnext works is described in JDE connection - introduction.