BLCC#32725 BLCC3
svn path=/Customer/; revision=26394
This commit is contained in:
34
onces/BLCC/blcc3.sql
Normal file
34
onces/BLCC/blcc3.sql
Normal file
@@ -0,0 +1,34 @@
|
||||
-- Customer specific once-script BLCC3.
|
||||
--
|
||||
-- (c) 2015 Facilitor B.V.
|
||||
--
|
||||
-- Support: +31 53 4800700
|
||||
SET ECHO ON
|
||||
SPOOL xBLCC3.lst
|
||||
SET DEFINE OFF
|
||||
|
||||
-- 92=PRSSYS
|
||||
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)
|
||||
VALUES ('TWINFIELD',
|
||||
'Verkoop',
|
||||
92,
|
||||
'.\TWINFIELD',
|
||||
'TF_',
|
||||
'.csv',
|
||||
'.log',
|
||||
0,
|
||||
'yymmdd_HHMMSS');
|
||||
COMMIT;
|
||||
|
||||
BEGIN adm.systrackscriptId('$Id$'); END;
|
||||
/
|
||||
SPOOL OFF
|
||||
@blcc.sql
|
||||
Reference in New Issue
Block a user