Table of Contents

How To

Set up Job Queue Tester

  1. Choose the search icon (ALT+Q), enter Job Queue Entries, and then choose the related link.
  2. Select New.
  3. Select Codeunit in the Object Type to Run field.
  4. Select 70335288 in the Object ID to Run field.
  5. Enter a value in the Parameter String field, see options below.
Value Description
TEST_ERROR This job will fail every time
TEST_OK This job will succeed every time
TEST_RANDOM This job will succeed or fail, with 50% probability of each result
TEST_LOOP This job will run for 15 seconds, updating the Progress Message with progress
Note

As an example: Use the Parameter String TEST_ERROR to verify if email messages are being sent when a Job Queue ends whit an error. It is a useful way to check that everything has been set up correctly.

Release Notes
User Guide