Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT C1.*
FROM
GM_VENT_DOM.DBO.CONTACT1 C1 inner JOIN
GM_VENT_DOM.DBO.CONTSUPP cs
ON CS.AccountNo = C1.AccountNo
WHERE (C1.Key3 = 'SE' OR C1.Key2 = '7. Work Complete')
and cs.RECTYPE = 'P'
AND cs.CONTACT = 'E-mail Address'
ORDER BY C1.CONTACT