Serial Number

Discussion in 'Tally Developer' started by SANTHOSH C KURIAN, Sep 3, 2015.

    
  1. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    All Experts,

    How can we fetch Tally License Serial Number ? Like we fetch edition with the function:

    $$LicenseInfo:IsGold

    Thanks
     


  2. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Mr. Santosh,

    To fetch Tally License Serial Number use the following :-

    $$LicenseInfo:SerialNumber
     
    admin likes this.


  3. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    Thank you, Sir with this function can we make a TDL only works for a specific License Number? Any input will be appreciated.
     


  4. Mahesh Sethi

    Mahesh Sethi Member


    Dear Santhosh ji,

    When we Compile tdl file & create TCP it is it-self compile for particular License Number Not for Any Serial (License) Number . So i think there is no need...

    Manish
     


  5. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Mr. Santosh,

    You can apply your logic and can set the formula as per your need and condition. Say for eg if you need tdl to work only for a specified USER only. Then the below code will work:-

    $$CmpUserName:CompanyUsersCollection <> "TRS" (User name as per your Company data)
     


  6. SANTHOSH C KURIAN

    SANTHOSH C KURIAN Active Member


    Thanks, but still a little bit confused, where to use this function? Report level? Form level? Can you please make it more clear?
     


  7. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Mr. Santosh

    You need to add the above in [ System : Formula ] and use this as Option in Gateway of tally at Menu Level.
     


  8. Maulik Patel

    Maulik Patel Active Member


    Dear Mr. Santosh,

    You can write this function on tally startup event with the help of [System : Event]
     
    Dhrupal Gorasiya likes this.


Share This Page