Collection Belong To Not Working

Discussion in 'Free Source Codes' started by Anand Sharma, Jun 29, 2019.

    
  1. Anand Sharma

    Anand Sharma Member


    I want To Filter Collection As Per Users Permission But Belong To Bot Working

    Plz Help....

    My Code is This :
    ;;;;;;;;;;[Account Drill Down Table Modified ];;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    [#Collection: VLedTable] ;;;;;; For Voucher Entry Only
    Type : Ledger
    With Alias : Yes
    FullHeight : Yes
    Align : Centre
    Format : $$Name, 40
    Format : $Parent, 25

    Belongs To : Yes
    Child Of : $FilterOnStorage

    Fetch : Name, Parent
    Title : $$LocaleString:"**** List of Ledgers ****"
    Sub Title : $$LocaleString:"Name"
    Sub Title : $$LocaleString:"Parent"

    [#Menu:Gateway of Tally]
    Add:Item:Before:mad:@LocQuit:Filter On:Alter:FilterOn

    [Report:FilterOn]
    Form:FilterOn
    Object:Company

    [Form:FilterOn]
    Part:FilterOn

    [Part:FilterOn]
    Line:FilterOn

    [Line:FilterOn]
    Field:Medium Prompt, FilterOn
    Local:Field:Medium Prompt:Info:"Filter On"

    [Field:FilterOn]
    Table:FilterOnTable
    Storage:FilterOnStorage
    Width:80
    Max:80
    Set Always:Yes

    [Table:FilterOnTable]
    List:"$$GroupSundryDebtors", "$$GroupSundryCreditors"


    [System:UDF]
    FilterOnStorage:String:25001


    ;; Code End Here
     


Share This Page