How to pass selected rows from Work Queue to command workflow?

Hi,

I have question how to pass selected entries from Work Queue. In similar fashion how Delete commands works e.q. it deletes selected rows. I am thinking about processing entries in batch, is it possible?

There are two things that needs to be done:

  1. Screen, respectively screen section needs to have set SelectionMember (usually IAsapEntity2 Selected field).
  2. Command (or even UI action) mode must be set to MultipleCheckboxes.

Then, input mapping should be set as type current and field .
Workflow then receives only selected rows from form.

1 Like