Master data exported from Tally must include the 'Closing Balance as on' [date]

Discussion in 'Tally Integration' started by Researcher, Dec 17, 2024.

  1. Researcher

    Researcher New Member


    I am trying to fetch master details using the following XML request in Tally Prime. I want to include a 'Closing Balance as on' date to get the respective response for it. How can I modify the XML request to achieve this and get the desired response?

    Code:
    <ENVELOPE>
    <HEADER>
    <TALLYREQUEST>Export Data</TALLYREQUEST>
    </HEADER>
    <BODY>
    <EXPORTDATA>
    <REQUESTDESC>
    <REPORTNAME>List of Accounts</REPORTNAME>
    <STATICVARIABLES>
    <SVEXPORTFORMAT>$$SysName:XML</SVEXPORTFORMAT>
    </STATICVARIABLES>
    </REQUESTDESC>
    </EXPORTDATA>
    </BODY>
    </ENVELOPE>
     
    Last edited: Dec 17, 2024


Share This Page