FSN#20089: Nieuwe $CAK-setting "CLIENT voor BiOns: 0
svn path=/Customer/trunk/; revision=14683
This commit is contained in:
20
BONS/Once/bons02.sql
Normal file
20
BONS/Once/bons02.sql
Normal file
@@ -0,0 +1,20 @@
|
||||
-- Customer specific once-script
|
||||
-- BiOns
|
||||
-- (c) 2010 SG|facilitor bv
|
||||
-- $Revision: 1 $
|
||||
-- $Modtime: 15-03-11 11:39 $
|
||||
--
|
||||
-- Support: +31 53 4800710
|
||||
|
||||
SET ECHO ON;
|
||||
SPOOL bons02.lst;
|
||||
|
||||
-- BiOns werkt met impliciete clientnummers (perslid-key)
|
||||
INSERT INTO fac_usrdata (fac_usrdata_key, fac_usrtab_key, fac_usrdata_code, fac_usrdata_omschr)
|
||||
VALUES(48,41,'CLIENTNR','0');
|
||||
|
||||
BEGIN adm.systrackscript('$Workfile: bons02.sql $', '$Revision: 1 $', 1); END;
|
||||
/
|
||||
|
||||
COMMIT;
|
||||
SPOOL OFF;
|
||||
Reference in New Issue
Block a user