ADD FIELDS IN F12 FILTER RANGE

Discussion in 'Tally & TDL Learning HUB' started by Mac, Nov 8, 2022.

    
  1. Mac

    Mac Member


    hello , Friends

    i do the code some udf in purchase register .

    but i need searching option , so i want to add that field in
    Alt +f12 range option , kindly guide , how to add on that list or table of filter range
     


  2. Mac

    Mac Member



  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Already available in this forum ..... Kindly search for it and implement the same as per your needs.
     



  4. This way you can add options in Alt+F12 Range Option

    [#Field: IFLT Method]
    Delete : Table
    Add : Table : MethodTable1 : #IFLTType != "" ;; we add our collection in tally's default field as table
    [Collection: MethodTable1] ;; This is developer defined collection
    Use : MethodTable
    Object : ChequeNoObject ;;Your Object Name

    [Object : ChequeNoObject] ;; our defined object
    UserMethodName : "2B Status" ;; Display name in Table
    Method Name : GST1165 ;; Storage name in voucher - Searching Option / UDF
    CollectionSource :"" ;; current collection
    SecondaryObject : "" ;; as storage is at voucher
    MethodType : "String" ;; Storage type on basis of which you would get comparision operators

    ##Press Like if it helps you##
     
    surendra19, ASG, Hems and 1 other person like this.


  5. Mac

    Mac Member


    Thanks For Your Reply ! , Will Test and Revert You.
     


  6. ASG

    ASG New Member


    Great it is working fine.
    Thank you Very much.
     


Share This Page