Modify object for CostCentre

Discussion in 'Tally Developer' started by Anagha Walanju, Apr 23, 2014.

    
  1. Anagha Walanju

    Anagha Walanju New Member


    Dear Sir,

    I want to modify the employee master through tdl from Voucher level, so ihave given a below command but it is giving error invalid primary specification.

    [Key:updtLocation]
    Key : Ctrl + Z
    Action : Modify Object : (Cost Centre,"Abhijeet Singh").Location:"Mumbai"
     


  2. Maulik Patel

    Maulik Patel Active Member


    @Anagha Walanju,

    I tried in sample data with following code on form accept.

    Modify Object : (Cost Centre, "Ajay").Location:"Bangalore1"
    It is working find. Location of Employee changed to "Bangalore1" from ""Bangalore".

    Make sure that entry for "Abhijeet Singh" exists in Employee Master.
     


  3. Anagha Walanju

    Anagha Walanju New Member


    i have not tried the code in form accept, but i have tried the same at Button level and at function level. both the places it is giving error. how to use this at function level
     


Share This Page