I want User Wise Menu Options

Discussion in 'Free Source Codes' started by Sanjay preethi, Aug 16, 2021.

    

  1. Dear Developer...

    I create the new value of UDF in User Roles
    then
    Iwant UserWise Menu with it as a Foundation

    ;;;;;;;;;;;;;;;;;;My Code Bellow;;;;;;;;;;;;




    [#Line: CUTitle]

    Add : Fields : At End : TS Optinal Voucher Userwise
    Local : Field : TS Optinal Voucher Userwise : Set as : " Authorized Users"
    Local : Field : Default : Delete : Storage
    Local : Field : TS Optinal Voucher Userwise : Delete : Table
    Local : Field : TS Optinal Voucher Userwise : Type : String
    Local : Field : TS Optinal Voucher Userwise : Color : Blue


    [#Part: ComPany Users]

    Local : Line : Company Users : Add : Fields : TS Optinal Voucher Userwise

    [Field : TS Optinal Voucher Userwise]

    Use : Logical Field
    Storage : TSUSerWiseUDF
    Width : @@NameWidth
    Color : Blue
    Inactive : $$IsSysName:$$Name
    [System:UDF]
    TSUSerWiseUDF:Logical:7647

    ;; Collection to gather User List of current company
    [System:Formula]
    MySecurityMenus:$TSUSerWiseUDF:Company:##SVCurrentCompany Equal "Yes"

    [#Menu:Gateway of Tally]
    Add:Key Item:pending Approval Reports:L:Display:Alter Multi VCH :mad:@MySecurityMenus
     

    Attached Files:



Share This Page