WorkQueueEntry: Why m1 column is not displayed?

Context

I have created new Work Queue where I would like to to execute operation system process and ensure error handling into error queue in case of error.

I use m1 column as log information.

What I expect?

I would expect that the screen would be displayed same way as the WQ_Mail is displayed. So the m1 column will be displayed on the screen the same way as the Mail queue is displayed.

What I get?

In my case, I don’t get m1 column displayed.

My queue data structure:

I don’t understand the “magic” when m1 column is displayed. I use version 2024.11.1, so before the feature Custom Work Queue Screens - #2 by washi has been implemented.

I just would like to understand how the work queue screens are generated and why m1 column is displayed in case of Mail queue and why not in my queue.

The only difference that I can see is that my Work Queue Class is not mapped to any entity but as far as I understand work queues, it shouldn’t have any impact. Could you please explain?

Can you provide the information about input mapping of the m1 field?

Hi Petr,

thank you! That was the magic! I had no mapping of m1 (LogText) column. I added the mapping and it started to work.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.