Export Tally ERP 9 License using XML Request

Discussion in 'Tally Integration' started by Bhushan Cellica, Oct 31, 2019.

    

  1. Hello All,

    I want to export Tally License details using XML request in my third party app, to show its details for licensing.

    Could you please guide me, how i can get Tally ERP 9 License Details using XML request/ODBC/TDL ?

    Thanks in Advance.

    Thank You,
    Bhushan Akole.
     


  2. teja varma

    teja varma Active Member


    to retrive serial number
    Code:
    <ENVELOPE>
        <HEADER>
            <VERSION>1</VERSION>
            <TALLYREQUEST>EXPORT</TALLYREQUEST>
            <TYPE>FUNCTION</TYPE>
            <ID>$$LicenseInfo</ID>
        </HEADER>
        <BODY>
            <DESC>
                <FUNCPARAMLIST>
                    <PARAM>SerialNumber</PARAM>
                </FUNCPARAMLIST>
            </DESC>
        </BODY>
    </ENVELOPE>
     



  3. Thanks for your reply, i forgot to update here, i have found the same solution.
     


Share This Page