MDUX#56111 aanpassing notificatie, puofrom moet zijn facilitair@medux.nl, xsender toegevoegd

svn path=/Customer/trunk/; revision=43482
This commit is contained in:
Sander Schepers
2019-07-24 15:15:11 +00:00
parent 3e25525e40
commit ba69b09735

View File

@@ -4372,11 +4372,12 @@ CREATE OR REPLACE VIEW mdux_v_noti_opdr
key,
xkey,
xemail,
xmobile
xmobile,
xsender
)
AS
SELECT 'CUST06',
'facilitair@medux.nl',
NULL,
NULL,
'Verzoek statusinformatie opdrachten',
(SELECT MAX (fac_usrrap_key)
@@ -4385,7 +4386,8 @@ AS
rapportnr,
rap.extra_key,
rap.uitvoerende_email,
NULL
NULL,
'facilitair@medux.nl'
FROM mdux_v_rap_noti_opdr rap
WHERE rap.notificeren = 'Ja'
GROUP BY rap.extra_key, rap.uitvoerende_email;