PLAT#59581 bereken exports moeten via FINMSU ipv PRSSYS
svn path=/Customer/trunk/; revision=44411
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user