Add-On Features

Discussion in 'Requests' started by Ras Raj, Jan 3, 2013.

    
Thread Status:
Not open for further replies.
  1. Ras Raj

    Ras Raj Member


    Dear Expert

    How can i add my TDL in "F11: Features -> F6:Add-On Features"
     


  2. Manoj Garg

    Manoj Garg Member


    ;;Sri Ganeshji:Sri Balaji: Sri Pitreshwarji: Sri Durgaji : Sri Venkateshwara

    [System:UDF]
    IsMyModule:Logical:150

    [#Form:Company Operations]
    Switch:ISMModLowerRel:ISMModNotFor3.2:($$Number:$$ProdInfo:prodReleaseAsStr)<3.2
    Switch:ISMModCurrenRel:ISMModFor3.2:($$Number:$$ProdInfo:prodReleaseAsStr)>=3.2

    [!Form: ISMModNOTFor3.2]
    Local : Part:CMP InvFeat Right :Add : Line :At End : IsMyModule

    [!Form: ISMModFor3.2]
    Local:part:CMP TallyShopFeatures Left : Add : Line : AtEnd : IsMyModule

    ;;************-------------------*********************-----------------------***************

    [Line : IsMyModule]
    Fields : Medium Prompt, IsMyModule
    Local : Field : Medium Prompt : Info : $$LocaleString:"Enable My Module ?."
    Local : Field : Medium Prompt : FullWidth : Yes
    Invisible : NOT $IsAccountingOn OR NOT $IsInventoryOn
    Space Top : 0.4

    [Field : IsMyModule]
    Use : Logical Field
    Storage : IsMyModule
    Inactive : NOT $IsAccountingOn OR NOT $IsInventoryOn
    Set always : yes


    Manoj Garg
     
    Ras Raj and mpal2311 like this.


Thread Status:
Not open for further replies.

Share This Page