(FAQ)科目增加中断报错,"FISUPDATING": invalid identifier
版本: 7.0.1
模块: 主数据
【答复】:
问题原因: t_bas_transaction 表中缺少fisupdating字段,请执行下列脚本解决 1、执行脚本增加字段 if not exists (select * from KSQL_USERCOLUMNS where KSQL_COL_NAME ='fisupdating' and KSQL_COL_TABNAME='t_bas_transaction') alter table t_bas_transaction add fisupdating int default 0; 2、上面脚本执行完后,再执行下列脚本初始化此字段 update t_bas_transaction set fisupdating = 0;
问题原因: t_bas_transaction 表中缺少fisupdating字段,请执行下列脚本解决 1、执行脚本增加字段 if not exists (select * from KSQL_USERCOLUMNS where KSQL_COL_NAME ='fisupdating' and KSQL_COL_TABNAME='t_bas_transaction') alter table t_bas_transaction add fisupdating int default 0; 2、上面脚本执行完后,再执行下列脚本初始化此字段 update t_bas_transaction set fisupdating = 0;
(FAQ)科目增加中断报错,"FISUPDATING": invalid identifier
【问题】: (FAQ)科目增加中断报错,"FISUPDATING": invalid identifier版本: 7.0.1 模块: 主数据【答复】:问题原因: t_bas_transac...
点击下载文档
本文2024-09-16 23:16:45发表“eas cloud知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-eas-53531.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
- 鼎捷EAI整合規範文件V3.1.07 (集團).pdf
- 鼎捷OpenAPI應用場景說明_基礎資料.pdf
- 鼎捷OpenAPI應用場景說明_財務管理.pdf
- 鼎捷T100 API設計器使用手冊T100 APIDesigner(V1.0).docx
- 鼎新e-GoB2雲端ERP B2 線上課程E6-2應付票據整批郵寄 領取.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程A4使用者建立權限設定.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程C3會計開帳與會計傳票.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程E6-1應付票據.pdf
- 鼎新e-GoB2雲端ERP B2 線上課程A5-1進銷存參數設定(初階篇).pdf
- 鼎新e-GoB2雲端ERP B2 線上課程D2帳款開帳與票據開帳.pdf
热门文章