Tags Information in Voucher Request

Discussion in 'Tally Integration' started by Researcher, Apr 30, 2021.

    
  1. Researcher

    Researcher New Member


    I am using below query to get the Voucher information.

    Code:
    <ENVELOPE><HEADER><VERSION>1</VERSION><TALLYREQUEST>Export</TALLYREQUEST><TYPE>Collection</TYPE><ID>TestLedgerList</ID></HEADER><BODY><DESC><STATICVARIABLES><SVCURRENTCOMPANY>Demo</SVCURRENTCOMPANY></STATICVARIABLES><TDL><TDLMESSAGE><COLLECTION NAME='TestLedgerList' ISMODIFY='NO'><TYPE>Voucher</TYPE ><FETCH>*</FETCH></COLLECTION></TDLMESSAGE></TDL></DESC></BODY></ENVELOPE>
    But this will produce lots of tags. How to know the meaning of those tags. Any Documentation available regarding this tags?
     


  2. Sridharan S

    Sridharan S Member


    Xml is nothing but tdl wrapped in Xml. Download Tally Developer and browse source code. Please note that when you use Xml you should use it in Tally way / syntax
     


Share This Page