Tally License Information

Discussion in 'Tally Integration' started by Researcher, May 27, 2021.

    
  1. Researcher

    Researcher New Member


    I am using vb.net to connect Tally Erp9. Using xml requesting exporting information from tally. But before exporting I would like to know, in which mode the connected tally instance is running.
    I would like to know if the tally is running in licensed or educational mode.

    Is there any xml/tdl request can be used to get the information?
    Is it possible to get information about connected tally running in which mode?
     


  2. Sridharan S

    Sridharan S Member


    LicenseInfo is the function you need. 'IsSilver', 'IsEducationalMode', 'SerialNumber' are useful parameters. In tdl text this will be like $$LicenseInfo: SerialNumber and so on
     


Share This Page