Email address of recipient in data of the note

Sort:
You are not authorized to post a reply.
Author
Messages
JohnO
Basic Member
Posts: 15
Basic Member
    I have an infoset which queries the lawson DB and returns pedning time records from the PRPENDTIME table as well as the employees email address. We then have a smartnote that sends a not the employee when the time has bee approved. The note is snet out based on the condition of having new items and the email address comes from one of the columns in the infoset. Is there a way I can send to the email adress from the infoset without including the email address in the data in the smart note? Currently you see your own email address in a note to yourself.

    Matthew Nye
    Veteran Member
    Posts: 514
    Veteran Member
      You want to use Table Parameters to suppress the email column, see Appendix B in the SmartNotes user guide.

      An Example would be:
      colopt1=2&colopt2=1&colopt3=no

      This string would be placed in the Options portion of the Notification on Step 4- Related Info

      hth
      Matt
      If any of my answers were helpful an endorsement on LinkedIn would be much appriciated! www.linkedin.com/pub/matthew-nye/1a/886/760/
      JohnO
      Basic Member
      Posts: 15
      Basic Member
        Thanks that solved my issue.
        You are not authorized to post a reply.