Retrieving Ledgers from tally

Discussion in 'Tally Integration' started by gopi, Apr 9, 2014.

    
  1. gopi

    gopi New Member


    Hi Team,

    I have xml code which works fine in some of the tally systems in some of the sytem it shows the error .
    So please help me.

    '<ENVELOPE>
    <HEADER>
    <VERSION>1</VERSION>
    <TALLYREQUEST>Export</TALLYREQUEST>
    <TYPE>Data</TYPE>
    <ID>List of Ledgers</ID>
    </HEADER>
    <BODY>
    <DESC>
    <TDL>
    <TDLMESSAGE>
    <REPORT NAME="List of Ledgers">
    <FORMS>List of Ledgers</FORMS>
    </REPORT>
    <FORM NAME="List of Ledgers">
    <TOPPARTS>List of Ledgers</TOPPARTS>
    <XMLTAG>"List of Ledgers"</XMLTAG>
    </FORM>
    <PART NAME="List of Ledgers">
    <TOPLINES>List of Ledgers</TOPLINES>
    <REPEAT>List of Ledgers : Collection of Ledgers</REPEAT>
    <SCROLLED>Vertical</SCROLLED>
    </PART>
    <LINE NAME="List of Ledgers">
    <LEFTFIELDS>List of Ledgers</LEFTFIELDS>
    </LINE>
    <FIELD NAME="List of Ledgers">
    <SET>$Name</SET>
    <XMLTAG>"NAME"</XMLTAG>
    </FIELD>
    <COLLECTION NAME="Collection of Ledgers">
    <TYPE>Ledger</TYPE>
    </COLLECTION>
    </TDLMESSAGE>
    </TDL>
    </DESC>
    </BODY>
    </ENVELOPE>';
     


Share This Page