WELK#18581: Registratie nieuw rapport 'Doe een melding'
svn path=/Customer/trunk/; revision=14541
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
-- Customer specific once-script
|
||||
-- WELK (Welkom, inmiddels Elkien)
|
||||
-- (c) 2010 SG|facilitor bv
|
||||
-- $Revision: 9 $
|
||||
-- $Modtime: 14-12-10 16:46 $
|
||||
-- $Revision: 10 $
|
||||
-- $Modtime: 14-12-10 16:50 $
|
||||
--
|
||||
-- Support: +31 53 4800710
|
||||
|
||||
@@ -12,6 +12,34 @@ SPOOL welk05.lst;
|
||||
-- Eigen tabel '$MLD_STDMELDING' (systeemtabel)
|
||||
insert into fac_usrtab (fac_usrtab_naam, fac_usrtab_omschrijving, fac_usrtab_view) values ('$MLD_STDMELDING', '$SYSTEM-TABEL!!!', 'T');
|
||||
|
||||
-- MLDUSE-autorisatie 'gebruikersrapport'
|
||||
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
|
||||
)
|
||||
SELECT 'Doe een melding',
|
||||
'sutf_v_fe_meldingen',
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
'Rapport voor de eindgebruiker/klant (frontend) voor het indienen van een melding',
|
||||
fac_functie_key,
|
||||
0
|
||||
FROM fac_functie f
|
||||
WHERE f.fac_functie_code = 'WEB_MLDUSE';
|
||||
|
||||
-- Standaard opdracht hangen onder alle vakgroepen van het vakgroeptype 'Servicedesk'
|
||||
INSERT INTO MLD_TYPEOPDR_SRTDISCIPLINE (MLD_TYPEOPDR_KEY, INS_SRTDISCIPLINE_KEY)
|
||||
SELECT MLD_TYPEOPDR_KEY, INS_SRTDISCIPLINE_KEY
|
||||
@@ -443,7 +471,7 @@ set p.prs_perslid_email = (select mail from welk_v_mails m
|
||||
|
||||
|
||||
|
||||
BEGIN adm.systrackscript('$Workfile: welk05.sql $', '$Revision: 9 $', 1); END;
|
||||
BEGIN adm.systrackscript('$Workfile: welk05.sql $', '$Revision: 10 $', 1); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user