NYBU#57866: Project Mail to | Startfase implementatie mail to
svn path=/Customer/; revision=42923
This commit is contained in:
45
onces/NYBU/NYBU#57866.sql
Normal file
45
onces/NYBU/NYBU#57866.sql
Normal file
@@ -0,0 +1,45 @@
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
-- <<Aanmaken 2 tabellen voor import glasbonnen>>
|
||||
-- Voor dbuser invullen: - indien script voor 1 klant is: 'AADS' (de klantcode, zoals vermeld in fac_version_cust)
|
||||
-- - script is voor meerdere klanten: 'AAXX' (de groepcode, zoals vermeld in fac_version_group)
|
||||
-- - script is voor meerdere klanten met naam volgens een bepaald patroon: '^AA|^ASMS|^GULU|^NMMS|^RABO|^ZKHM'
|
||||
DEFINE thisfile = 'NYBU#57866.SQL'
|
||||
DEFINE dbuser = '^NYBU'
|
||||
|
||||
SET ECHO ON
|
||||
SET DEFINE ON
|
||||
COLUMN fcltlogfile NEW_VALUE fcltlogfile NOPRINT;
|
||||
COLUMN fcltcusterr NEW_VALUE fcltcusterr NOPRINT;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
SELECT adm.getscriptspoolfile('&thisfile') AS fcltlogfile FROM DUAL;
|
||||
SPOOL &fcltlogfile
|
||||
WHENEVER SQLERROR EXIT;
|
||||
SELECT adm.checkscriptcust('&dbuser') AS fcltcusterr FROM DUAL;
|
||||
WHENEVER SQLERROR CONTINUE;
|
||||
SET DEFINE OFF
|
||||
|
||||
------ payload begin ------
|
||||
--- NYBU#57866: Project Mail to | Startfase implementatie mail to
|
||||
|
||||
INSERT INTO fac_email_setting (fac_email_setting_user,
|
||||
fac_email_setting_action)
|
||||
VALUES ('HELPDESK', 'nybu_processemail');
|
||||
|
||||
INSERT INTO fac_email_setting (fac_email_setting_user,
|
||||
fac_email_setting_action)
|
||||
VALUES ('SERVICEDESK', 'nybu_processemail');
|
||||
|
||||
|
||||
------ payload end ------
|
||||
|
||||
SET DEFINE OFF
|
||||
BEGIN adm.systrackscriptId ('$Id$', 1); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
SET ECHO OFF
|
||||
SPOOL OFF
|
||||
SET DEFINE ON
|
||||
PROMPT Logfile of this upgrade is: &fcltlogfile
|
||||
Reference in New Issue
Block a user