Hi all,
I'm working on a small POC in xCP 1.6 to email documents out of the repository via a start workflow action. The user highlights some documents in the folder and clicks the action button to bring up the process initiate form.
The basic end to end stuff all works fine but Ive been asked to include an option for the users to select recipients from a filtered list that will be populated via an adaptor.
The issue I have is that I need to get access to a piece of metadata on the attachments to filter the list. Seeing as the workflow instance is not yet persistent as we are on a PI form is there anyway of getting a hook to the attachments via dql?
The action is currently defined as
Object to route - Selected Objects
Send as Attachment = true
I can route the folder and then have the document selection on the PI form but that's the back up plan!
Any input appreciated
Cheers
Hoo