Menu

Select Team Email

2015-10-05
2015-10-06
  • Danni Jumena

    Danni Jumena - 2015-10-05

    How to select team email based on caller id? need advice please

     
  • dlp

    dlp - 2015-10-05

    This request will show all the team of the caller id

    SELECT t
    FROM lnkPersonToTeam AS lpt
    JOIN Team AS t ON lpt.team_id = t.id
    WHERE lpt.person_id = :this->caller_id
    
     
  • Danni Jumena

    Danni Jumena - 2015-10-06

    wow I've tested, thank you very much :) it's work :)

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.