LogoLogo
  • Intro
  • Lessons
    • Installing the Golden EDI Standard App
    • Initialize the Golden EDI Standard App
    • GEDI Profiles
    • Import Prepacked Setup
    • Backup Current Setup
    • Customer/Vendor GEDI Profile
    • Document GEDI Profile
    • GEDI Conversion Lists
    • Job Queue Entries
    • GEDI Message Queue
    • GEDI Status Codes
    • CIP Customer View
    • Congratulations!
  • Back to
    • Courses
    • Implementation Academy
Powered by GitBook
On this page
  • Introduction
  • Extras
  • Configure Job Queue Entries
  • Instructions
  • Start the Job Queue Entries
  • Instructions
  • Next Step
  1. Lessons

Job Queue Entries

Configure 'Job Queue Entries' to automatically process 'GEDI Messages'

PreviousGEDI Conversion ListsNextGEDI Message Queue

Last updated 3 years ago

Introduction

In 'Job Queue Entries' scheduled jobs to automatically process 'GEDI Messages' are configured.

The 'Job Queue Entries' page view present a list with current 'Job Queue Entries' with information about what object to run, how often, the current status etc.

Extras

Configure Job Queue Entries

Instructions

There are three different main 'Job Queue Entries' that usually needs to be configured. Each queue settings are depending on the EDI-flows specific needs and the settings below are just examples.

  1. GEDIQUEUE: will be set on a 5min schedule, each workday between 07:00 & 20:00, and will process all new messages to the Cloud Service

  2. GEDIDHEART: will be set on a 5min schedule, each workday between 20:01 & 20:30, and will check that the communication with Cloud Integration Platform is up and running.

  3. GEDIDELETE: will be set on a once a day schedule, at 04:00, and will clean up old GEDI data no longer needed.

If you have multiple Golden EDI solutions combined in your Business Central Company, and you already have Job Queue Entries configured, you don't need to create new identical ones! e.g. if 'GEDIDELETE' already exist, don't create another one.

  • In Business Central, search and go to the page 'Job Queue Entries'

GEDIQUEUE - Job Queue Entry Card

  • Click new to create a new 'Job Queue Entry Card'.

  • To the right of the 'General' Section, click 'Show more' to make sure you see all needed fields.

  • Fill in the 'Job Queue Entry Card' for 'GEDIQUEUE' as per screenshot or list below.

General Section:

Field

Value

Object Type to Run

Codeunit

Object ID to Run

70019001

Job Queue Category Code

GEDIQUEUE

Recurrence Section:

Field

Value

Run on Mondays

Checked

Run on Tuesdays

Checked

Run on Wednesdays

Checked

Run on Thursdays

Checked

Run on Fridays

Checked

Starting Time

0700

Ending Time

2000

No. Of Minutes between Runs

5

  • The 'GEDIQUEUE' 'Job Queue Entry' is now setup to processing the EDI messages automatically every 5min, each workday between 07:00 and 20:00

  • Close the Pop-up and don't set the job queue to ready yet.

GEDIHEART - Job Queue Entry Card

  • Click new to create a new 'Job Queue Entry Card'

  • To the right of the 'General' Section, click 'Show more' to make sure you see all needed fields.

  • Fill in the 'Job Queue Entry Card' for 'GEDIHEART' as per screenshot or list below.

General Section:

Field

Value

Object Type to Run

Codeunit

Object ID to Run

70019001

Job Queue Category Code

GEDIHEART

Recurrence Section:

Field

Value

Run on Mondays

Checked

Run on Tuesdays

Checked

Run on Wednesdays

Checked

Run on Thursdays

Checked

Run on Fridays

Checked

Starting Time

2001

Ending Time

2030

No. Of Minutes between Runs

5

  • The 'GEDIHEART' 'Job Queue Entry' is now setup to processing the EDI messages automatically every 5min, each workday between 20:01 and 20:30

  • Close the Pop-up and don't set the job queue to ready yet.

GEDIDELETE - Job Queue Entry Card

  • Click new to create a new 'Job Queue Entry Card'

  • To the right of the 'General' Section, click 'Show more' to make sure you see all needed fields.

  • Fill in the 'Job Queue Entry Card' for 'GEDIDELETE' as Screenshot or list below.

General Section:

Field

Value

Object Type to Run

Codeunit

Object ID to Run

70019006

Job Queue Category Code

GEDIDELETE

Recurrence Section:

Field

Value

Run on Mondays

Checked

Run on Tuesdays

Checked

Run on Wednesdays

Checked

Run on Thursdays

Checked

Run on Fridays

Checked

Starting Time

0400

  • The 'GEDIDELETE' 'Job Queue Entry' is now now setup to clean up old GEDI data no longer used once a day at 04:00.

  • Close the Pop-up and don't set the job queue to ready yet.

Start the Job Queue Entries

Once the setup is ready for Go Live the three GEDI-related Job Queue Entries needs to be set to Ready.

Instructions

  • In Business Central search and go to 'Job Queue Entries'

  • Select the 'Job Queue Entrie' that you like to start and click Set Status to Ready

The status will change to Ready.

Please note that the user starting the 'Job Queue Entries' needs to have permission set to proper rights to be able to run the job. This is due to that the user starting the job queue is actually performing all the actions inside Business Central. E.g. sending e-mail, creating order etc.

After setting the status to Ready check that Earliest Start Date/Time is in the future else it will run as expected.

Next Step

Next Step is to learn how to manage the 'GEDI Message Queue'.

More information on this subject can be found in our

Core Concepts/'Job Queue Entries'.