How to remove all the alias in the existing masters data

Discussion in 'Tally Developer' started by Vikram, Jun 16, 2012.

    
  1. Vikram

    Vikram Member


    Partno and alias of the Master data has to be removed
    i am able to achieve the partno removal with the Modifyobject but alias is not removed ,please help!
     


  2. admin

    admin Administrator Staff Member



  3. admin

    admin Administrator Staff Member


    32I : Modifyobject : (Stockitem,$Name).LanguageName[1].Name[2].Name:""


    Sent full program in mail...
     
    Ras Raj and Vikram like this.


  4. Vikram

    Vikram Member


    Thank you for the help!!
     



  5. Hi Vikram,

    As Sir specified. it Works Fine.

    Please Use this Code


    Code:
    ;; Sri Ganeshji : Sri Balaji : Sri Pitreshwarji : Sri Durgaji : Sri Venkateshwara
     
     
    [#Menu : GateWayOfTally]
       
        Add : Key Item : At End : Remove Alias : R : CALL : DSD Remove Alias Of Maters
       
     
    [Function : DSD Remove Alias Of Maters]
       
        001 : CALL : DSD Remove Alias of Ledger
        002 : CALL : DSD Remove Alias of StockItem
       
     
    [Function : DSD Remove Alias of Ledger]
       
        01 : WALK COLLECTION            : LEDGER
       
        02    : Modifyobject : (Ledger,$Name).LanguageName[1].Name[2].Name    :""
     
        03 : END WALK
       
    [Function : DSD Remove Alias of StockItem]
       
        01 : WALK COLLECTION            : StockItem
       
        02    : Modifyobject : (StockItem,$Name).LanguageName[1].Name[2].Name    :""
     
        03 : END WALK
    
     


  6. Vikram

    Vikram Member


    Thnk you dineshji!
     


  7. Basha

    Basha Member


    Thank you Dinesh , how to remove Part No. by TDL Please help me. advance thx
     


Share This Page