XML request to check Inventory features

Discussion in 'Tally Integration' started by Researcher, Feb 10, 2020.

    
  1. Researcher

    Researcher New Member


    How to use tdl function "$$IsInventoryOn" in XML request to fetch the detail of the company whether inventory is enabled or not.
     


  2. teja varma

    teja varma Active Member


    try this:
    Code:
    <ENVELOPE>
        <HEADER>
            <VERSION>1</VERSION>
            <TALLYREQUEST>EXPORT</TALLYREQUEST>
            <TYPE>FUNCTION</TYPE>
            <ID>$$IsInventoryOn</ID>
        </HEADER>
    </ENVELOPE>
     


  3. Researcher

    Researcher New Member


    Not working.For all cases this returns "YES".
     


  4. teja varma

    teja varma Active Member


    Its Working fine at my end
    if "Maintain Accounts Only" is set to YES (in f11->Accounting features) then it will give No else Yes
     


  5. Researcher

    Researcher New Member


    But i wanted to fetch "Integrate Accounts and Inventory" is YES or NO (in f11->Accounting features ->Integrate Accounts and Inventory ).
    How to get it.
     


  6. teja varma

    teja varma Active Member


    then use:
    $$IsIntegrated
     


  7. Researcher

    Researcher New Member


    How Do i use this function to get information other than current company.
     


Share This Page