PLAT#59581 bereken exports moeten via FINMSU ipv PRSSYS

svn path=/Customer/trunk/; revision=44411
This commit is contained in:
Ruud Lipper
2019-10-01 10:42:31 +00:00
parent a40337d38c
commit beb1b26965

View File

@@ -134,13 +134,13 @@ INSERT INTO fac_usrrap (fac_usrrap_omschrijving,
INSERT INTO fac_export_app (fac_export_app_code, fac_export_app_oms, fac_export_app_folder, fac_functie_key, fac_export_app_prefix, fac_export_app_flags)
SELECT 'NEN2767_COND_SCORE', 'Berekening van de NEN2767 Conditiescore', './NEN2767', fac_functie_key, 'CND', 2
FROM fac_functie
WHERE fac_functie_code = 'WEB_PRSSYS';
WHERE fac_functie_code = 'WEB_FINMSU';
-- Export functie waarmee elke xx minuten de nen-2767 GEAGGREGEERDE conditiescore wordt berekend OP complex / clusternivo
INSERT INTO fac_export_app (fac_export_app_code, fac_export_app_oms, fac_export_app_folder, fac_functie_key, fac_export_app_prefix, fac_export_app_flags)
SELECT 'NEN2767_AGGR_SCORE', 'Berekening van de geaggregeerde NEN2767 Conditiescore', './NEN2767', fac_functie_key, 'CND', 2
FROM fac_functie
WHERE fac_functie_code = 'WEB_PRSSYS';
WHERE fac_functie_code = 'WEB_FINMSU';
INSERT INTO fac_menu (fac_menu_volgnr,
fac_menu_altgroep,