Ledger UDF to display in Sales Voucher Screen

Discussion in 'Tally Developer' started by Ramu Angappan, Feb 12, 2013.

    
Thread Status:
Not open for further replies.
  1. Ramu Angappan

    Ramu Angappan Member


    I have created a UDF in Ledger Master Creation Screen, I want to display that information in a field and it should be read only field.

    Name of the Field in Ledger MAster Screen is LedPers


    The below code is the one i am using in the sales voucher screen

    [#Part: EI Baseinfo]
    Add:Line:Des1LedPers:$$IsSales:##SVVoucherType

    [Line : Des1LedPers]
    Field :Des1LedPers

    [Field: Des1LedPers]
    Fetch Object:Ledger:##LedgerName:Name,LedPerBox,MailingName,StateName,PINCode,LedgerContact,LedgerPhone,LedgerMobile,LedgerFax,IncomeTaxNumber,VATTINNumber,SalesTaxNumber,registrationnumber, Narration
    Set as:"Pers Info."
    Set as:$LedPers:Ledger:##LedgerName
    Width:10
     


  2. mutharasan

    mutharasan Member


    Dear Ramu Angappan,

    i understand that you are created some UDFs in Ledger master, but you have not specified, where you want to fetch the udf value. During voucher Entry or In a Report?????

    Thank you,
     


  3. Ash21

    Ash21 New Member


    Dear Ramu,

    Use below code at Field level at voucher supplimentry Form.

    [Filed : InvSupFiled]
    Set as : $UDF:Ledger:$PartyLedgername

    I Think this will solve ur problem.
     
    Ramu Angappan likes this.


  4. Ramu Angappan

    Ramu Angappan Member


    thank you, it works!
     


Thread Status:
Not open for further replies.

Share This Page