XML to export License Information and installation Application Path of Tally Prime

Discussion in 'Tally Integration' started by Bhushan Cellica, Nov 25, 2020.

    

  1. Hello All.

    Please guide to export License Information and Tally Prime Installation Path from Tally using request XML.

    Thank You,
    Bhushan Akole.
     


  2. teja varma

    teja varma Active Member


    Code:
    $$LicenseInfo:SerialNumber
    $$LicenseInfo:AccountID
    
    these two functions will give you the serial number and account id
    Code:
    ##SVExportLocation
    
    this variable contains the path to the export location which will be the application directory most of the times
     
    ROHIT JAISWAR likes this.



  3. Thanks for Quick reply.

    I am able to read SerialNumber and AccountID.

    I want to read other license info like,
    $$LicenseInfo:AdminEmailID,
    $$LicenseInfo:IsAdmin,
    $$LicenseInfo:IsIndian,
    $$LicenseInfo:IsSilver,
    $$LicenseInfo:IsGold,
    $$LicenseInfo:IsEducationalMode,
    $$LicenseInfo:IsLicensedMode,
    $$LicenseInfo:LicServerDate,
    $$LicenseInfo:LicServerTime,
    $$LicenseInfo:LicServerDateTime,

    and following system info,
    $$SysInfo:ApplicationPath,
    $$SysInfo:CurrentPath,
    $$SysInfo:ModuleName,
    $$SysInfo:SystemDate,
    $$SysInfo:SystemTime,
    $$SysInfo:SystemTimeHMS,
    $$SysInfo:SystemName,
    $$SysInfo:IsWindows,
    $$SysInfo:WindowsVersion,
    $$SysInfo:WindowsUser,
    $$SysInfo:IPAddress,
    $$SysInfo:MacAddress,
    $$SysInfo:RunningIPV4Addr,
    $$SysInfo:RunningIPV6Addr,
    $$SysInfo:IsOSx64,
    $$SysInfo:IsAdmin,
    $$SysInfo:TallyinAdminMode,
    $$SysInfo:UACStatus,
    $$SysInfo:SystemProxySettings

    These all variables work properly in Tally ERP 9, but not working in Tally Prime.

    Please guide me to use replacement for these fields which work in Tally ERP 9 as well as Tally Prime.

    Thank You,
    Bhushan
     


  4. ROHIT JAISWAR

    ROHIT JAISWAR Active Member


    Well Done Sir..
    Thank you So Much for Providing Valuable Information
    How We Can Achieve TSS /TNS Expiry Date & AddOnExpiry
    I have the Syntax but not Working
    $AddonDisplayDate , $AddonName
     


Share This Page