'GUID' of Ledger does not export in XML file

Discussion in 'Tally Integration' started by Bhushan Cellica, Nov 7, 2017.

    

  1. Hello Experts,

    I am trying to export Ledgers from Tally ERP 9 using HTTP XML Request.
    Ledgers data gets from Tally ERP 9 in XML but GUID of Ledger does not present in it.

    Please any one guide me to get "GUID" of each Ledger.

    Thanks In Advance.
    Bhushan.
     



  2. Hello Experts,

    I have three companies in Tally ERP 9.
    From one company when we will create new ledger and export it then Ledger data exported with GUID.
    While with other companies when we create new ledger and export it then Ledger data exported but no GUID present in XML data.

    What would be the issue ?
    Does we are missing some setting in other companies ?

    Please guide us to resolve this.

    Thanks In Advance,
    Bhushan
     


  3. Devendra_Rawat

    Devendra_Rawat Well-Known Member


    I do't know XML but in txt tdl it is retrieved from Voucher Object/Collection

    as follows : $ MasterId is the method

    0150 : Set : vTallyVchMasterId : "ID:"+ $$String:$MasterID
     



  4. Thanks for your reply.

    But we are exporting Ledger data using HTTP XML Request and Tally ERP 9 also return data response back in XML format.

    This process is works for one company and fails to retrieve GUID for other companies.

    This might be an settings for those companies which we are missing.

    Please guide us if anyone knows about it.

    Thanks In Advance,
    Bhushan
     


  5. Researcher1

    Researcher1 Member


    I have same problem but using below query I can get GUID of Ledger and Group in Tally Prime.
    Query:
    Code:
    <ENVELOPE><HEADER><VERSION>1</VERSION><TALLYREQUEST>Export</TALLYREQUEST><TYPE>Collection</TYPE><ID>TestLedgerList</ID></HEADER><BODY><DESC><TDL><TDLMESSAGE><COLLECTION NAME='TestLedgerList' ISMODIFY='NO'><TYPE>Group</TYPE ><FETCH>name,OpeningBalance, ClosingBalance,IsSubLedger,AffectsGrossProfit, IsRevenue, IsDeemedPositive,GUID</FETCH></COLLECTION></TDLMESSAGE></TDL></DESC></BODY></ENVELOPE>
    For same Query i don't get any error in Tally ERP9 but the response doesn't contain GUID.
    Is it possible to get the GUID of Ledger/Group In tally ERP 9? If yes please suggest the method to get it.
     


  6. Sai Vineeth

    Sai Vineeth Active Member


    I Tried in Tally Erp9 also it is working Fine only upload_2022-2-9_22-50-28.png
     


  7. Researcher1

    Researcher1 Member


    Is there any setting to be done in Tally ERP 9 to fetch Guid through xml request, because for me the same query not working . Guid tag not present in response.
     


  8. Sai Vineeth

    Sai Vineeth Active Member


    My settings are
    Tally acting as server /Client - both &
    port no
    that's all
     


  9. Researcher1

    Researcher1 Member


    which Tally ERP 9 build version you are using?
     


  10. Sai Vineeth

    Sai Vineeth Active Member


    Series a 6.6.3
     


  11. sivam

    sivam Active Member


    Master ID also Unique
     


Share This Page