diff --git a/WTCA/Once/wtca19.sql b/WTCA/Once/wtca19.sql new file mode 100644 index 000000000..7c89f8688 --- /dev/null +++ b/WTCA/Once/wtca19.sql @@ -0,0 +1,37 @@ +-- Customer specific once-script WTCA19. +-- +-- (c) 2013 SG|facilitor bv +-- $Revision$ +-- $Id$ +-- +-- Support: +31 53 4800700 +SET ECHO ON +SPOOL xwtca19.lst +SET DEFINE OFF + +-- WTCA#25443: 68=WEB_USER03 -> Speciale functie voor rapportages met 3d-scope +-- op Afdeling-1 (VERPLICHT, dus niet op Alles, Bedrijf of lager)! +INSERT INTO FAC_USRRAP + (fac_usrrap_omschrijving, fac_usrrap_view_name, + fac_usrrap_in_huidige_locatie, + fac_usrrap_template, fac_usrrap_macro, + fac_usrrap_vraagbegindatum, fac_usrrap_vraageinddatum, + fac_usrrap_functie, + fac_usrrap_info, + fac_functie_key, fac_usrrap_autorefresh + ) + VALUES ('Meldingen per metrage', 'wtca_v_rap_mld_vs_metrage', + NULL, + NULL, NULL, + 0, 0, + 1, + 'Meldingen per metrage.', + 68, + 0 + ); + +COMMIT; +BEGIN adm.systrackscript('$Workfile: wtca19.sql $', '$Revision$', 0); END; +/ +SPOOL OFF +@wtca.sql