Process Flow - Query design

 3 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
kbfinn
New Member Send Private Message
Posts: 0
New Member
I need to create a process flow that to assist with auditing emergency contact details. I want to send an e-mail to each individual employee with a list of all the emergency contacts they have recorded in the system.
I can only seem to create a flow that sends the employee one email for each contact they have in the system.

Thanks for any help with this.
John Henley
Send Private Message
Posts: 3351
You would use nested queries to accomplish this:
- The outer query would return the list of employees. In that query loop you would perform an inner query of contacts for that employee, and compose and send the email to that employee.

I've attached a picture of what it look like.
Thanks for using the LawsonGuru.com forums!
John
John Henley
Send Private Message
Posts: 3351
You would use nested queries to accomplish this:
- The outer query would return the list of employees. In that query loop you would perform an inner query of contacts for that employee, and compose and send the email to that employee.

I've attached a picture of what it look like.
Thanks for using the LawsonGuru.com forums!
John
John Henley
Send Private Message
Posts: 3351
You would use nested queries to accomplish this:
- The outer query would return the list of employees. In that query loop you would perform an inner query of contacts for that employee, and compose and send the email to that employee.

I've attached a picture of what it should look like...
Attachments
Thanks for using the LawsonGuru.com forums!
John