专业版凭证点击调入模式凭证,提示:Element not found。
【问题描述】
专业版凭证点击调入模式凭证,提示:Element not found。
【原因分析】
原因:模式凭证t_VoucherTemplate存在异常模式凭证类别FTypeID。
【解决方案】
可参考以下脚本执行处理:
delete b
from t_VoucherTemplate a
join t_VoucherEntryTemplate b on a.FVoucherTempID =b.FVoucherTempID
where FTypeID not in (select FTypeID from t_VoucherTemplateType)
go
delete from t_VoucherTemplate where FTypeID not in (select FTypeID from t_VoucherTemplateType)
go
【注意事项】
正式账套执行脚本前请先做好备份,建议待在测试账套中核实无误后再在正式账套中执行。
专业版凭证点击调入模式凭证,提示:Element not found。
【问题描述】专业版凭证点击调入模式凭证,提示:Element not found。【原因分析】原因:模式凭证t_VoucherTemplate存在异常模式凭证类别...
点击下载文档
本文2024-09-22 15:54:38发表“kis知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-kis-84504.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章