NEED HELP

Discussion in 'Tally Integration' started by mutharasan, Apr 30, 2014.

    
  1. mutharasan

    mutharasan Member


    Dear All TDL Experts,

    Greetings,

    I have created one Udf in sales voucher in narration part, i want to retrieve this udf in ledger Vouchers Report (Ledger Report). I tried with following code, but it is not working please help me to do finish. i also attached one screen shot.

    Thanking You,


    [#part : VchNarration]
    Line : testline

    [Line : testline]
    Field : test Field

    [Field : test Field]
    use : Name Field
    storage : Monthyear
    width : 20 MMs

    [system : UDF]
    Monthyear:string:1222


    [#Collection: Ledger Vouchers Coll]
    fetch : Monthyear

    [#Line: DSP VchAccTitles]
    Add:LeftField:After:DSP VchAcctTitle:myledgerfldd

    [Field : myledgerfldd]
    set As : "Rent Month And Year"
    Width : 30% Page
    Align : Center


    [#Line: DSP VchDetail]
    Add:Right Field : Before : DSP VchType:myledvchyear

    [Field : myledvchyear]
    Use : Name Field
    Width : 30% Page
    Set As :$Monthyear
    Align : Center
     


Share This Page