How to know UDF

Discussion in 'Tally Developer' started by Srinivasa Rao, Nov 30, 2012.

    
  1. Srinivasa Rao

    Srinivasa Rao New Member


    Dear Experts,

    How to know any UDF name, Type, Storage no from the existing tcp
     


  2. admin

    admin Administrator Staff Member


    UDF name you can find by exporting data into XML

    like master --> List of accounts
    Vouchers from Day books

    you can find out UDF name as XML Tag and Type as attribute.
     


  3. Srinivasa Rao

    Srinivasa Rao New Member


    Dear Expert,

    Thanks for your replay, From the exported XML file, I found only UDF Name & Type but I didn't find the storage (number), I am hear with attaching the XML file. Pls guide me.

    Regards,
    Srini
     

    Attached Files:



  4. G Vijay

    G Vijay Member


    Here is the UDFs used in TCP file

    - <UDF:_UDF_754975268.LIST DESC="" ISLIST="YES" TYPE="Date">
    <UDF:_UDF_754975268 DESC="">20121101</UDF:_UDF_754975268>
    </UDF:_UDF_754975268.LIST>
    - <UDF:_UDF_788529699.LIST DESC="" ISLIST="YES" TYPE="String">
    <UDF:_UDF_788529699 DESC="">989297</UDF:_UDF_788529699>
    </UDF:_UDF_788529699.LIST>
    - <UDF:INCREDIBLEVCH.LIST DESC="`INCREDIBLEVCH`" ISLIST="YES" TYPE="String">
    <UDF:INCREDIBLEVCH DESC="`INCREDIBLEVCH`">SPARROW SHORE</UDF:INCREDIBLEVCH>
    </UDF:INCREDIBLEVCH.LIST>
    - <UDF:pROJECTNAMEUDF.LIST DESC="`ProjectNameUDF`" ISLIST="YES" TYPE="String">
    <UDF:pROJECTNAMEUDF DESC="`ProjectNameUDF`">SPARROW SHORE</UDF:pROJECTNAMEUDF>
    </UDF:pROJECTNAMEUDF.LIST>
     


  5. Srinivasa Rao

    Srinivasa Rao New Member


    Dear Experts,

    [System : UDF]
    ProjectNameUDF : String : xxxxx (How to know this storage number)

    From the above example how to find the xxxxx from the exported XML File or from the TCP.

    Regards,
    Srini
     


Share This Page