HPJI#67531 mail direct in Facilitor als melding

svn path=/Customer/trunk/; revision=57300
This commit is contained in:
Sander Schepers
2022-09-15 10:29:04 +00:00
parent fb271d85f4
commit 0da3d023ae

View File

@@ -3063,23 +3063,37 @@ BEGIN
|| v_attachorigin || v_attachorigin
|| '\'); || '\');
-- -- Originele email wordt opgeslagen bij de opdracht -- Notificatie MLDNEW versturen
-- v_errormsg := '(0x232`)' || v_mldkey || psubject; v_errormsg := '(0x232)' || v_mldkey || psubject;
-- IF v_sender <> 4
-- INSERT INTO fac_result (fac_result_sessionid, THEN
-- fac_result_naam, FAC.trackaction ('MLDNEW',
-- fac_result_waarde) v_mldkey,
-- VALUES ( NULL,
-- psessionid, NULL,
-- 'kenmerkpath', NULL);
-- 'MLD\M'
-- || TO_CHAR (TRUNC (v_mldkey / 1000), INSERT INTO fac_notificatie (
-- 'FM0000') fac_srtnotificatie_key,
-- || '___\M' fac_notificatie_status,
-- || v_mldkey fac_notificatie_receiver_email,
-- || '\' prs_perslid_key_receiver,
-- || v_mailorigin fac_notificatie_oms,
-- || '\'); fac_notificatie_refkey,
fac_notificatie_extrakey,
fac_notificatie_prioriteit)
VALUES (
26, -- MLDNEW
2, -- mail
NULL,
v_sender,
'Uw melding '
|| v_mldkey
|| '(ICT/ICT-vraag/melding) is geregistreerd',
v_mldkey,
NULL,
2);
END IF;
END; END;
END IF; END IF;
ELSE ELSE