How to identify the Name of an Object/Definition Which you wish to extend(edit)

Discussion in 'Tally Developer' started by Anshul Garg, Jun 27, 2013.

    
  1. Anshul Garg

    Anshul Garg Member


    Im new to TDL .... Just an exercise I as trying the other day , was to make a minor change like say wanted to make changes at the time creating ledger but i dont know the name of that particular form , part , and line.
    so how do i know what is the name of the object i want to edit
     


  2. admin

    admin Administrator Staff Member


    Object is associated at 4 levels:
    Report , Part , Line and Field

    [Report : XXXX]
    Object : Ledger

    [Part : YYYYY]
    Object : Ledger Entries : First
    Or
    Object Ex: (Ledger,"Cash").

    Line Level Association happens by adding Repeat Attribute at Part Level

    [Part: ZZZZ}
    Line: My Line
    Repeat : My Line : Ledger Entries

    above highlighted are Primary / Secondary Objects.
     
    Ras Raj likes this.


Share This Page