LOGI#28962 Inspectiereminders
svn path=/Customer/; revision=27676
This commit is contained in:
48
onces/LOGI/logi14.sql
Normal file
48
onces/LOGI/logi14.sql
Normal file
@@ -0,0 +1,48 @@
|
||||
-- Customer specific once-script LOGI14.
|
||||
--
|
||||
-- (c) 2015 Facilitor B.V.
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
SET ECHO ON
|
||||
SPOOL xLOGI14.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
-- LOGI#28962
|
||||
INSERT INTO fac_srtnotificatie
|
||||
(fac_srtnotificatie_code, fac_srtnotificatie_mode,
|
||||
fac_srtnotificatie_oms, fac_srtnotificatie_xmlnode,
|
||||
fac_srtnotificatie_groep
|
||||
)
|
||||
VALUES ('CUST01', 0,
|
||||
'Reminder: ##AANTAL## object(en) 1-2 weken voor inspectiedatum (##SRTGROEP##)', 'deel',
|
||||
0
|
||||
);
|
||||
|
||||
INSERT INTO fac_srtnotificatie
|
||||
(fac_srtnotificatie_code, fac_srtnotificatie_mode,
|
||||
fac_srtnotificatie_oms, fac_srtnotificatie_xmlnode,
|
||||
fac_srtnotificatie_groep
|
||||
)
|
||||
VALUES ('CUST02', 0,
|
||||
'*LET OP*: Inspectiedatum van ##AANTAL## object(en) verstreken (##SRTGROEP##)', 'deel',
|
||||
0
|
||||
);
|
||||
|
||||
COMMIT;
|
||||
|
||||
INSERT INTO fac_notificatie_job (fac_notificatie_job_view,
|
||||
fac_notificatie_job_oms,
|
||||
fac_notificatie_job_interval,
|
||||
fac_notificatie_job_mode,
|
||||
fac_notificatie_job_flags)
|
||||
VALUES ('LOGI_V_NOTI_INSPECTIEREMINDER',
|
||||
'Reminders naar verantwoordelijken voor inspecties.',
|
||||
168,
|
||||
0,
|
||||
1);
|
||||
|
||||
COMMIT;
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
SPOOL OFF
|
||||
@logi.sql
|
||||
Reference in New Issue
Block a user