我在使用用友T6企业管理软件的T6模块中碰到了一个奇怪的问题:
结转收付款单时失败
具体的情况如下:
结转收付款单时失败,原因为[BOF或EOF中有一个是"真",或者当前的记录已被删除,所需的操作要求一个当前的记录。]
请问用友软件售后服务,应该如何解决呢?注意以下内容来自网友提供的尝试性解决方案,操作前请务必参考用友软件备份账套数据教程备份数据,如果未能解决您的问题,可以点击并添加用友软件工程师微信号进行咨询。
您好,数据问题,先备份好数据,尝试脚本解决;
如不能解决,请提交支持网问题;deletefromAp_detailWherecVouchType='48'andcFlag='AR'andcVouchIDnotin(selectcVouchIDfromAp_CloseBillwherecFlag='ar')deletefromAp_detailWherecVouchType='48'andcFlag='Ap'andcVouchIDnotin(selectcVouchIDfromAp_CloseBillwherecFlag='ap')deletefromAp_detailWherecVouchType='49'andcFlag='Ap'andcVouchIDnotin(selectcVouchIDfromAp_CloseBillwherecFlag='ap')deletefromAp_detailWherecVouchType='49'andcFlag='Ar'andcVouchIDnotin(selectcVouchIDfromAp_CloseBillwherecFlag='ar')