当前位置:网站首页>Kingdee EAS "general ledger" system calls "de posting" button
Kingdee EAS "general ledger" system calls "de posting" button
2022-04-23 05:53:00 【Mu Meiwen】
Steps need to be executed in sections
1、 Step one
Check whether there are control parameters
SELECT 1 FROM T_BAS_Param WHERE FNUMBER ='GL_VCH_POST_CONTROL'
If there is no query result in the previous sentence, execute this sentence to insert control parameters
insert into t_bas_param(FID, FDEFAULTVAL_L1, FDEFAULTVAL_L2, FDEFAULTVAL_L3, FVALUEALIAS_L1, FVALUEALIAS_L2, FVALUEALIAS_L3, FDESC_L1, FDESC_L2, FDESC_L3, FISUSERDEFINED, FNAME_L1, FNAME_L2, FNAME_L3, FNUMBER, FISGROUPCONTROL, FCANBEMODIFIED, FDEFAULTVAL, FORGTYPE, FCREATORID, FCREATETIME, FLASTUPDATEUSERID, FLASTUPDATETIME, FVALUERANGE, FDATATYPE, FSUBSYSID, FBASETYPE, FUSEREDIT, FUSERCLASS, FVALUEALIAS, FCONTROLUNITID)
values
('iQnWfWlzS+uX+spJ8zwdOKiB8+c=', N'true', N'true', N'true', N'true', N'true', N'true', N' Controls posting in order , Voucher anti posting is not allowed ', N' Controls posting in order , Voucher anti posting is not allowed ', N' Controls posting in order , Voucher anti posting is not allowed ', 0, N' GL voucher posting control ', N' GL voucher posting control ', N' GL voucher posting control ', N'GL_VCH_POST_CONTROL', 1, 1, null, -1, '00000000-0000-0000-0000-00000000000013B7DE7F', {ts'2014-02-25 11:06:58'}, '00000000-0000-0000-0000-00000000000013B7DE7F', {ts'2014-02-25 11:06:58'}, 'nU+qN8+OSpOoKJELcC0hhhsoUZM=', 3, N'com.kingdee.eas.fi.gl.gl', null, 0, null, null, '00000000-0000-0000-0000-000000000000CCE7AED4');
2、 Step two
Judge whether there is a parameter value
select 1 from t_bas_paramitem where fkeyid =(select fid from T_BAS_Param WHERE FNUMBER ='GL_VCH_POST_CONTROL'
If there is no query result in the previous sentence, execute this sentence
insert into t_bas_paramitem(FID, FVALUE_L1, FVALUE_L2, FVALUE_L3, FVALUEALIAS_L1, FVALUEALIAS_L2, FVALUEALIAS_L3, FISCONTROLSUB, FISMODIFY, FVALUE, FCREATORID, FCREATETIME, FLASTUPDATEUSERID, FLASTUPDATETIME, FKEYID, FORGUNITID, FORGTREEID, FVALUEALIAS, FCONTROLUNITID)
values
('gNUJEJa+Rm6fKwKSYuBUdu0ql5o=', N'false', N'false', N'false', N'false', N'false', N'false', 0, 0, null, '00000000-0000-0000-0000-00000000000013B7DE7F', {ts'2014-02-25 11:06:58'}, '00000000-0000-0000-0000-00000000000013B7DE7F', {ts'2014-02-25 11:06:58'}, 'iQnWfWlzS+uX+spJ8zwdOKiB8+c=', null, null, null, '00000000-0000-0000-0000-000000000000CCE7AED4');
3、 Step three
Modify parameter value
Update t_bas_paramitem set fvalue_l1 = 'false',fvalue_l2='false',fvalue_l3 = 'false',FVALUEALIAS_L1='false',FVALUEALIAS_L2='false',FVALUEALIAS_L3='false' where fkeyid = (select fid from T_BAS_Param WHERE FNUMBER ='GL_VCH_POST_CONTROL');
You need to restart after modification EAS service , Otherwise it doesn't work .
This solution comes from the network .
版权声明
本文为[Mu Meiwen]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230542211318.html
边栏推荐
- jdbc入门\获取数据库连接\使用PreparedStatement
- Opensips (1) -- detailed process of installing opensips
- 2 - software design principles
- PyQy5学习(三):QLineEdit+QTextEdit
- Issue 36 summary of atcoder beginer contest 248
- delete和truncate
- Package mall system based on SSM
- Multithreading and high concurrency (3) -- synchronized principle
- JVM series (3) -- memory allocation and recycling strategy
- Summary of redis classic interview questions 2022
猜你喜欢
随机推荐
多线程与高并发(3)——synchronized原理
PyQy5学习(四):QAbstractButton+QRadioButton+QCheckBox
POI generates excel and inserts pictures
实体中list属性为空或者null,设置为空数组
关于二叉树的遍历
基于thymeleaf实现数据库图片展示到浏览器表格
Package mall system based on SSM
poi导出excel,行相同数据自动合并单元格
Configure domestic image accelerator for yarn
C3P0数据库连接池使用
lambda表达式
MySQL的锁机制
Pytoch learning record (x): data preprocessing + batch normalization (BN)
JDBC操作事务
Common status codes
基于ssm 包包商城系统
sklearn之 Gaussian Processes
实操—Nacos安装与配置
Shansi Valley P290 polymorphism exercise
Excel obtains the difference data of two columns of data