Filter not working...please suggest me...

Discussion in 'Free Source Codes' started by Jenny, Oct 3, 2023.

    
  1. Jenny

    Jenny Active Member


    Code:
    [System : Udf]
    MyUdfs    : Aggregate: 21050
    BasicUserDescription10 : String:21051
    BasicUserDescription11 : String:21052
    BasicUserDescription12 : String:21053
    
    ;;;;;;;;;;;;;;;;;;IFLT METHOD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    
    [#Field: IFLT Method]
    Delete : Table
    Add : Table : MethodTable1 : #IFLTType != ""
    
    [Collection: MethodTable1]
    Use : MethodTable
    Object : VchServiceName , VchServiceYear , VchServiceMonth
    Type        : Object Methods
    Format      : $UserMethodName
    
    
    [Object : VchServiceName]
    UserMethodName  : "Jenny Search" 
    Method Name        : BasicUserDescription10
    CollectionSource   : ""                        
    SecondaryObject  : ""                             
    MethodType         : "String"
    
    [Object : VchServiceYear]
    UserMethodName  : "Service Year" 
    Method Name        : BasicUserDescription11
    CollectionSource   : ""                        
    SecondaryObject  : ""                             
    MethodType         : "String"
    
    [Object : VchServiceMonth]
    UserMethodName  : "Service Month" 
    Method Name        : BasicUserDescription12
    CollectionSource   : ""                        
    SecondaryObject  : ""                             
    MethodType         : "String"  
               
    
    [#Collection: Daybook Vouchers of Company]
    Fetch: BasicUserDescription10,BasicUserDescription11,BasicUserDescription12
    
    
    [#Collection: Filtered Vouchers of Company]
    Fetch: BasicUserDescription10,BasicUserDescription11,BasicUserDescription12
    
    [#Collection:Daybook Vouchers of Company]
    Fetch: BasicUserDescription10,BasicUserDescription11,BasicUserDescription12
    
    [#Collection: Vouchers of Ledger]
    Fetch: BasicUserDescription10,BasicUserDescription11,BasicUserDescription12
    
    [#Collection: Vouchers of Company]
    Fetch: BasicUserDescription10,BasicUserDescription11,BasicUserDescription12
    
    [#Collection: Filtered Vouchers of Company]
    Fetch: BasicUserDescription10,BasicUserDescription11,BasicUserDescription12
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Maybe because your collection source is BLANK
     


  3. Jenny

    Jenny Active Member


    [Collection: JServiceVouchersColl]
    Type : Vouchers : VoucherType
    Child Of: $$VchTypeSales
    Fetch : Date, VoucherNumber, VoucherTypeName,LedgerName,PartyLedgerName,BasicUserDescription10,BasicUserDescription11,BasicUserDescription12,LedgerEntries.*,InventoryEntries.*, InventoryEntries.BasicUserDescription.*,Myudfs.*
    Fetch:AllLedgerEntries.BasicUserDescription10
    Fetch : AllLedgerEntries.BasicUserDescription11
    Fetch : AllLedgerEntries.BasicUserDescription12
    Walk: AllLedgerEntries, MyUdfs

    [Object : VchServiceName]
    UserMethodName : "Jenny Search"
    Method Name : BasicUserDescription10
    CollectionSource : "JServiceVouchersColl"
    SecondaryObject : ""
    MethodType : "String"

    i use collection but not filter
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    CollectionSource : "All Ledger Entries"
     


  5. Jenny

    Jenny Active Member


    [Object : VchServiceName]
    UserMethodName : "Jenny Search"
    Method Name : BasicUserDescription10
    CollectionSource : "All Ledger Entries"
    SecondaryObject : ""
    MethodType : "String"

    not working sir
     


  6. Hems

    Hems Member



  7. Jenny

    Jenny Active Member



  8. Himanshu-2002

    Himanshu-2002 Active Member


    I'll try to solve it tomorrow...Seems simple
     
    Jenny likes this.


Share This Page