How to save value into a UDF using functions

Discussion in 'Tally Developer' started by Raghuram, Apr 15, 2013.

    
  1. Raghuram

    Raghuram New Member


    Dear Experts,

    I have file in which I have created Customer Name and Points to that customer using UDFs (Master UDFs).

    While accepting the sales voucher I have to save new value into the UDF mentioned above.
    New UDF value will be accepted in sales voucher and this value should be updated to the master UDF. How can I do this?

    Regards,
     


  2. Nirav Merchant

    Nirav Merchant Active Member


    [Function : Updateledfunction]

    00 : Query Box : "Update Ledger Master"
    00A:If: $$LastResult
    01 : Modify Object : (Ledger,@@MyLedger).UDfFld.UDFFld : #saleentryfldname ( Field name where u store the udf in Sales voucher entry)
    02 : End If

    [System : Formula]

    myLedger : $PartyLedgerName
     


  3. Nirav Merchant

    Nirav Merchant Active Member


    U can call any function while accepting the Form ( Sales Entry ) and check the function as mentioned above
     


Share This Page