STER#83920 -- Sterk huis implementatie, youforce import aanpassing.Nieuwe structuur csv bestand
svn path=/Customer/trunk/; revision=67802
This commit is contained in:
@@ -1997,7 +1997,6 @@ AS
|
||||
AND p.prs_perslid_key = m.prs_perslid_key;
|
||||
|
||||
CREATE OR REPLACE VIEW STER_V_NOTI_RES_REMINDER
|
||||
AS
|
||||
(
|
||||
key,
|
||||
code,
|
||||
@@ -2008,11 +2007,12 @@ AS
|
||||
xemail,
|
||||
xmobile
|
||||
)
|
||||
AS
|
||||
SELECT rrr.res_rsv_ruimte_key key,
|
||||
'CUST01' code,
|
||||
NULL sender,
|
||||
rrr.res_rsv_ruimte_contact_key receiver,
|
||||
'Herinnering van je reservering '||rrr.res_reservering_key||'/'||rrr.RES_RSV_RUIMTE_VOLGNR||' op '||TO_CHAR(rrr.res_rsv_ruimte_van,'DD-MM-YYYY')||' om '||TO_CHAR(rrr.res_rsv_ruimte_van,'HH24:MI') text
|
||||
'Herinnering van je reservering '||rrr.res_reservering_key||'/'||rrr.RES_RSV_RUIMTE_VOLGNR||' op '||TO_CHAR(rrr.res_rsv_ruimte_van,'DD-MM-YYYY')||' om '||TO_CHAR(rrr.res_rsv_ruimte_van,'HH24:MI') text,
|
||||
NULL xkey,
|
||||
NULL xemail,
|
||||
NULL xmobile
|
||||
@@ -2020,7 +2020,6 @@ AS
|
||||
WHERE FAC.count_Work_Days (SYSDATE, rrr.res_rsv_ruimte_van) = 2
|
||||
AND FAC.count_Work_Days (rrr.res_rsv_ruimte_aanmaak, SYSDATE) >= 0 -- als kort van te voren (2 dagen) aangemaakt dan sturen we geen noti
|
||||
AND rrr.res_activiteit_key IN (170,171) -- Alleen reservering uit Outlook
|
||||
AND rrr.
|
||||
AND rrr.res_rsv_ruimte_verwijder IS NULL
|
||||
AND NOT EXISTS
|
||||
(SELECT 1
|
||||
|
||||
Reference in New Issue
Block a user