Customized Tally TDL for tally prime 2.0 and above.
Budget: ₹1,500 – ₹12,500 INR
We are Integrating our ERP with tally, Which Pushes & Pull's Data to and from Tally using XML Soap Requests.
We want a custom TDL to be built which will return Company name and Tally Version so that we can display in ERP which tally company it is going to push and pull data.
Eg.
XML envelope that you can use to fetch the current company name from Tally Prime:
<ENVELOPE>
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>Export</TALLYREQUEST>
<TYPE>Data</TYPE>
<ID>GetCompanyName</ID>
<TOKEN></TOKEN>
<SESSIONID></SESSIONID>
</HEADER>
<BODY>
<DESC>
<STATICVARIABLES>
<SVCOMPANYCONNECTNAME>{Company Connect Name}</SVCOMPANYCONNECTNAME>
</STATICVARIABLES>
</DESC>
</BODY>
</ENVELOPE>
We want a custom TDL to be built which will return Company name and Tally Version so that we can display in ERP which tally company it is going to push and pull data.
Eg.
XML envelope that you can use to fetch the current company name from Tally Prime:
<ENVELOPE>
<HEADER>
<VERSION>1</VERSION>
<TALLYREQUEST>Export</TALLYREQUEST>
<TYPE>Data</TYPE>
<ID>GetCompanyName</ID>
<TOKEN></TOKEN>
<SESSIONID></SESSIONID>
</HEADER>
<BODY>
<DESC>
<STATICVARIABLES>
<SVCOMPANYCONNECTNAME>{Company Connect Name}</SVCOMPANYCONNECTNAME>
</STATICVARIABLES>
</DESC>
</BODY>
</ENVELOPE>