CSUN#68404 Mail2Melding geimplementeerd.

svn path=/Customer/trunk/; revision=52863
This commit is contained in:
Sander Schepers
2021-09-01 13:09:46 +00:00
parent 2aabfe5ca5
commit c256b4da43

View File

@@ -1678,6 +1678,15 @@ BEGIN
|| kkey
|| '\');
END IF;
-- originele email wordt opgeslagen bij de melding
INSERT INTO fac_result (fac_result_sessionid,
fac_result_naam,
fac_result_waarde)
VALUES (psessionid,
'kenmerkorgmailpath',
'MLD\M' || TO_CHAR (TRUNC (mldkey / 1000), 'FM0000') || '___\M' || mldkey || '\' || 1561 || '\');
END IF;
ELSE
errormsg := '(0x187)';