产品/模块:K/3 10.2.0 问题描述:凭证过账时系统提示:名称或代码在系统中已经被使用
错误代码:3604(E14H)
Source :Microsoft OLE DB Provider for SQL Server
Detail :在结果列的列表中多次出现列名 'F8'
解决方法:执行语句校正即可
update d set d.fdetailcount=v.fcount
from t_ItemDetail d,
(select fdetailid,count(*) fcount from t_ItemDetailv where fitemid=-1 group by fdetailid ) v
where d.fdetailid=v.fdetailid
不同的账套,可能会提示不同的列名,如F1等,请变通执行 备 注:核算项目横表t_itemdetail的核算项目类别数目和科目挂的核算项目数目不一致
KIS专业版同样适用