SVRZ#29377 Inkoopondersteuning
svn path=/Customer/; revision=22540
This commit is contained in:
37
onces/SVRZ/svrz2.sql
Normal file
37
onces/SVRZ/svrz2.sql
Normal file
@@ -0,0 +1,37 @@
|
||||
-- Customer specific once-script SVRZ2.
|
||||
--
|
||||
-- (c) 2014 SG|facilitor bv
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
SET ECHO ON
|
||||
SPOOL xSVRZ2.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
-- 61=PRSSYS
|
||||
/* Formatted on 11-9-2014 15:12:48 (QP5 v5.136.908.31019) */
|
||||
INSERT INTO fac_export_app (fac_export_app_code,
|
||||
fac_export_app_oms,
|
||||
fac_functie_key,
|
||||
fac_export_app_folder,
|
||||
fac_export_app_file_prefix,
|
||||
fac_export_app_postfix,
|
||||
fac_export_app_log_postfix,
|
||||
fac_export_app_flags,
|
||||
fac_export_app_timestamp,
|
||||
fac_export_app_prefix)
|
||||
VALUES ('NACHTWERK',
|
||||
'Nachtwerk',
|
||||
61,
|
||||
'.\NACHTWERK',
|
||||
'NACHTWERK_',
|
||||
'.txt', -- csv?
|
||||
'.log',
|
||||
0,
|
||||
'yyyymmdd',
|
||||
'SVRZ');
|
||||
COMMIT;
|
||||
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
SPOOL OFF
|
||||
@svrz.sql
|
||||
Reference in New Issue
Block a user