Menu Option Control

Discussion in 'Tally Developer' started by Anand Sharma, Dec 14, 2015.

    
  1. Anand Sharma

    Anand Sharma Member


    Dear All
    I Want To Start Option in Menu Through F11 Features.
    I Want To Add Option in F11 Features, If This Button is Yes Then Option will show on Gateway of Tally

    Please Help Me...
     


  2. admin

    admin Administrator Staff Member


    1. Add a UDF in F11 feature
    Ex: IsGoTopen (YDF)

    [#Menu: Main Menu]
    Delete : Option : Gate way of Tally
    Option : VCS Menu Index : NOT $$InMigrationMode AND NOT $$IsEmpty:$$SelectedCmps

    [!Menu: VCS Menu Index]
    Title : $$LocaleString:"Gateway of Tally"
    Option : Features: Not $IsGoTopen:Company:$$CurrentCompany
    Option : Gateway of Tally : $IsGoTopen:Company:$$CurrentCompany
     


Share This Page