Type search words and press enter
"Use Edit Log for transactions/masters, and digital signature for invoices/reports with Release 2.1. Download NOW!"
https://help.tallysolutions.com/docs/td9rel54/faq/6177.html

I have added a new method in voucher. How do we add our new selection and filter in Day Book?

Please refer to the below sample code:

[#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

[Object : ChequeNoObject]                              ;; Our defined object

UserMethodName  : "Cheque No"               ;; Display name in Table

Method Name        : VchChequeNumber     ;; Storage name in voucher

CollectionSource   : ""                              ;; current collection

SecondaryObject  : ""                               ;; as storage is at voucher

MethodType         : "Number"                    ;; Storage type on basis of which you would get comparison operators

[#Collection: Daybook Vouchers of Company]

Add: Fetch: VchChequeNumber                   ;; Fetch the required UDF in this collection