MDUX#56111 aanpassing notificatie, puofrom moet zijn facilitair@medux.nl, xsender toegevoegd
svn path=/Customer/trunk/; revision=43482
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user