How To
Set up Job Queue Tester
- Choose the search icon (ALT+Q), enter Job Queue Entries, and then choose the related link.
- Select New.
- Select Codeunit in the Object Type to Run field.
- Select 70335288 in the Object ID to Run field.
- 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.