Function to update UDF

Discussion in 'Tally Developer' started by HVPatel, Aug 8, 2013.

    
  1. HVPatel

    HVPatel Active Member


    Dear All Experts
    can anyone give me an example for FUNCTION TO UPDATE UDF
    if UDF updated / altered in Master, it will be update/alter to all vouchers.
    Regards
     
    hitarth likes this.


  2. admin

    admin Administrator Staff Member


    Using Modify Object you can do that,

    That code is present in Sample Code of default Tally.Developer 9
     
    hitarth likes this.


  3. HVPatel

    HVPatel Active Member


    Sir,
    it is not updating in old vouchers, only updated master.
    plz. do the needful.
    Thanks
     

    Attached Files:



  4. Ritesh Mehta

    Ritesh Mehta New Member


    Dear,

    You need to write function as bellow.

    In function you need to Walk company vouchers.
    Now you have to give set value = udf value (If your udf is in any collection then you have to give insert collection object)
    Alter target.

    do as above and you get soluiton.

    Ritesh
     


Share This Page