本文介绍了如何使用XML和C#将数据推送到Tally 9.0中的特定公司的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发Tally集成部分,在装载小型演示之后它对我来说运行正常但问题是,当我想将数据推送到特定公司并且该公司未在计数器中打开时(即其他公司是开放的)那么数据是没有插入我的xml代码中有什么遗漏我在这里传递它请检查并回复谢谢。

I am working on Tally integration part, after crating small demo it working fine for me but problem is that when i want to push data into particular company and this company not opened in tally(i.e other company is open) then data is not inserted is there anything missing in my xml code i am passing it here please check and reply thank you.

<IMPORTDATA>
<REQUESTDESC>
<REPORTNAME>Vouchers</REPORTNAME>
<STATICVARIABLES>
<SVCURRENTCOMPANY>ABC pvt Ltd</SVCURRENTCOMPANY><!--here i have to set company name-->
</STATICVARIABLES>
</REQUESTDESC>
<REQUESTDATA>...
</REQUESTDATA>
</IMPORTDATA>

推荐答案


这篇关于如何使用XML和C#将数据推送到Tally 9.0中的特定公司的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-24 07:20