Process Flow - Query design

Sort:
You are not authorized to post a reply.
Author
Messages
kbfinn
New Member
Posts: 2
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
    Posts: 3352
      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
      Posts: 3352
        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
        Posts: 3352
          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
          You are not authorized to post a reply.